summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-11-25 21:19:52 +0000
committerDuncan Sands <baldrick@free.fr>2010-11-25 21:19:52 +0000
commit48f296dada9a344f278bf3a4b3f5bfb97b0935c2 (patch)
tree9d73e9cc530f9226ecf673e3612053e20c0ae41a /test/Makefile
parent8ed692654bb35f081e8984ec84512a49b3277d33 (diff)
downloadllvm-48f296dada9a344f278bf3a4b3f5bfb97b0935c2.tar.gz
llvm-48f296dada9a344f278bf3a4b3f5bfb97b0935c2.tar.bz2
llvm-48f296dada9a344f278bf3a4b3f5bfb97b0935c2.tar.xz
Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120156 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 87f21cfa54..06b997df90 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -162,6 +162,7 @@ site.exp: FORCE
@echo 'set grep "$(GREP)"' >>site.tmp
@echo 'set gas "$(GAS)"' >>site.tmp
@echo 'set llvmdsymutil "$(DSYMUTIL)"' >>site.tmp
+ @echo 'set emitir "$(LLVMCC_EMITIR_FLAG)"' >>site.tmp
@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
@test ! -f site.exp || \
sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp