diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-26 08:30:15 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-26 08:30:15 +0000 |
commit | 28b6727a35688ab7c4c3eacab74c7e9da23168ad (patch) | |
tree | a85f1670b0e5d415015141c94cf328d56abd3779 | |
parent | 53bb5c009b04f4a5dd2388b25efe88b5579b282c (diff) |
test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on site.exp.in, though, "emitir" might be unused.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120174 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/site.exp.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/site.exp.in b/test/site.exp.in index c760c2c199..0573def8ef 100644 --- a/test/site.exp.in +++ b/test/site.exp.in @@ -24,3 +24,4 @@ set valgrind "@VALGRIND@" set grep "@GREP@" set gas "@AS@" set llvmdsymutil "@DSYMUTIL@" +set emitir "@LLVMCC_EMITIR_FLAG@" |