[PATCH] D14610: [tsan] Add a Darwin-specific lit test directory
Alexander Potapenko via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 04:40:42 PST 2015
glider accepted this revision.
glider added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/tsan/Darwin/objc_bootstrap.mm:1
@@ +1,2 @@
+// Test that a simple Obj-C program runs and exits without any warnings.
+
----------------
Why is the file called "objc_bootstrap"? What are we bootstrapping here?
================
Comment at: test/tsan/lit.cfg:67
@@ -66,3 +66,3 @@
# Default test suffixes.
-config.suffixes = ['.c', '.cc', '.cpp']
+config.suffixes = ['.c', '.cc', '.cpp', '.mm']
----------------
What about .m files?
http://reviews.llvm.org/D14610
More information about the llvm-commits
mailing list