[llvm-commits] [test-suite] r121348 - /test-suite/trunk/SingleSource/UnitTests/Threads/Makefile

Eric Christopher echristo at apple.com
Wed Dec 8 17:22:30 PST 2010


Author: echristo
Date: Wed Dec  8 19:22:30 2010
New Revision: 121348

URL: http://llvm.org/viewvc/llvm-project?rev=121348&view=rev
Log:
Add this to the list of programs to skip as well for darwin.

Modified:
    test-suite/trunk/SingleSource/UnitTests/Threads/Makefile

Modified: test-suite/trunk/SingleSource/UnitTests/Threads/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Threads/Makefile?rev=121348&r1=121347&r2=121348&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Threads/Makefile (original)
+++ test-suite/trunk/SingleSource/UnitTests/Threads/Makefile Wed Dec  8 19:22:30 2010
@@ -6,7 +6,7 @@
 
 # Darwin doesn't support tls.
 ifeq ($(TARGET_OS),Darwin)
-PROGRAMS_TO_SKIP := tls
+PROGRAMS_TO_SKIP := tls 2010-12-08-tls
 endif
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc





More information about the llvm-commits mailing list