[llvm-commits] CVS: llvm-test/Makefile.config.in

Lauro Ramos Venancio lauro.venancio at gmail.com
Fri May 4 17:00:54 PDT 2007



Changes in directory llvm-test:

Makefile.config.in updated: 1.26 -> 1.27
---
Log message:

Enable thumb tests.



---
Diffs of the changes:  (+4 -0)

 Makefile.config.in |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm-test/Makefile.config.in
diff -u llvm-test/Makefile.config.in:1.26 llvm-test/Makefile.config.in:1.27
--- llvm-test/Makefile.config.in:1.26	Fri May  4 16:50:39 2007
+++ llvm-test/Makefile.config.in	Fri May  4 19:00:36 2007
@@ -56,6 +56,10 @@
 LLVMGCCLIBDIR := $(TARGET_LLVMGCCLIBDIR)
 endif
 
+ifeq ($(ARCH),THUMB)
+TARGET_FLAGS += -mthumb
+endif
+
 #
 # Provide variables specific to llvm-test
 #






More information about the llvm-commits mailing list