From: NAKAMURA Takumi Date: Fri, 26 Nov 2010 08:30:15 +0000 (+0000) Subject: test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on site... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=28b6727a35688ab7c4c3eacab74c7e9da23168ad;p=oota-llvm.git 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 --- diff --git a/test/site.exp.in b/test/site.exp.in index c760c2c1992..0573def8ef2 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@"