[all-commits] [llvm/llvm-project] e66a1a: [libc][NFC] Use no_sanitize("all")

Alex Brachet via All-commits all-commits at lists.llvm.org
Fri Sep 2 12:09:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e66a1a5a392e709d24b003c6de231c812e1e5898
      https://github.com/llvm/llvm-project/commit/e66a1a5a392e709d24b003c6de231c812e1e5898
  Author: Alex Brachet <abrachet at google.com>
  Date:   2022-09-02 (Fri, 02 Sep 2022)

  Changed paths:
    M libc/src/signal/linux/__restore.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list