[libc][NFC] Use no_sanitize("all")
authorAlex Brachet <abrachet@google.com>
Fri, 2 Sep 2022 19:07:32 +0000 (19:07 +0000)
committerAlex Brachet <abrachet@google.com>
Fri, 2 Sep 2022 19:07:39 +0000 (19:07 +0000)
commite66a1a5a392e709d24b003c6de231c812e1e5898
treee26944f0d5e6c718df6e7c7110ffcd63b19a56b4
parent5b5329bd41ba977459fcd7abb7cf438fd98c98e0
[libc][NFC] Use no_sanitize("all")

This function cannot have any instrumentation because it's
assembly must match exactly what the debugger is expecting.

Previously it was just a list of what sanitizers we expect
libc would be sanitized with but this is untenable.
libc/src/signal/linux/__restore.cpp