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