[PATCH] Add noinline attribute to sanitizer-blacklisted functions

Evgeniy Stepanov eugenis at google.com
Tue Jun 25 01:28:03 PDT 2013



================
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
----------------
Alexey Samsonov wrote:
> Why x86_64-apple-darwin?
copy from sanitize-thread-attr.cpp


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



More information about the cfe-commits mailing list