[test-suite] r178560 - Add a missing open-paren for $(TARGET_OS) reference.
Will Schmidt
will_schmidt at vnet.ibm.com
Tue Apr 2 11:53:25 PDT 2013
Author: willschm
Date: Tue Apr 2 13:53:25 2013
New Revision: 178560
URL: http://llvm.org/viewvc/llvm-project?rev=178560&view=rev
Log:
Add a missing open-paren for $(TARGET_OS) reference.
Modified:
test-suite/trunk/Makefile.programs
Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=178560&r1=178559&r2=178560&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Tue Apr 2 13:53:25 2013
@@ -377,7 +377,7 @@ Output/%.opt-beta.s: Output/%.llvm.optbe
# On darwin, pass -force_cpusubtype_ALL to allow all ppc instructions.
ifeq ($(ARCH),PowerPC)
-ifneq ($TARGET_OS),Linux)
+ifneq ($(TARGET_OS),Linux)
LLCASSEMBLERFLAGS = -force_cpusubtype_ALL
endif
endif
More information about the llvm-commits
mailing list