[PATCH] Add noinline attribute to sanitizer-blacklisted functions

Alexey Samsonov samsonov at google.com
Tue Jun 25 00:57:01 PDT 2013


  Overall, I like this change, but let's wait for kcc opinion. Please also add asan and/or msan output tests for this.


================
Comment at: test/CodeGen/sanitize-memory-attr.cpp:1
@@ +1,2 @@
+// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck -check-prefix=WITHOUT %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s -fsanitize=memory | FileCheck -check-prefix=MSAN %s
----------------
Why x86_64-apple-darwin?


http://llvm-reviews.chandlerc.com/D1034



More information about the cfe-commits mailing list