diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-10 04:56:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-10 04:56:59 +0000 |
commit | 67d34bd5b31add07ba8413b05d019e22f35d9a0e (patch) | |
tree | 98850a66b7d67f74ce2f40eccf3757beb3ce713a /test/lit.cfg | |
parent | e5406467385df42184feed2f03fbdab5ac38c9f5 (diff) | |
download | external_llvm-67d34bd5b31add07ba8413b05d019e22f35d9a0e.zip external_llvm-67d34bd5b31add07ba8413b05d019e22f35d9a0e.tar.gz external_llvm-67d34bd5b31add07ba8413b05d019e22f35d9a0e.tar.bz2 |
Remove prcontext.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r-- | test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index e7ef037..546984d 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -76,7 +76,7 @@ for line in open(os.path.join(config.llvm_obj_root, 'test', 'site.exp')): site_exp[m.group(1)] = m.group(2) # Add substitutions. -for sub in ['prcontext', 'llvmgcc', 'llvmgxx', 'compile_cxx', 'compile_c', +for sub in ['llvmgcc', 'llvmgxx', 'compile_cxx', 'compile_c', 'link', 'shlibext', 'ocamlopt', 'llvmdsymutil', 'llvmlibsdir', 'bugpoint_topts']: if sub in ('llvmgcc', 'llvmgxx'): |