================ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
