diff options
author | Dan Gohman <gohman@apple.com> | 2011-10-24 23:48:52 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-10-24 23:48:52 +0000 |
commit | 0986eb5c59c43809df95bac10138edd44c1ebb69 (patch) | |
tree | 65d4f2aeeb58d5fe8266e89704f9683747767b2f /utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg | |
parent | 41422511e80e05d42bbf2d8460ca1b8b59db68ae (diff) |
Remove the SystemZ backend.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142879 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg')
-rw-r--r-- | utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg b/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg index 6e679659c4..d9263e6ffc 100644 --- a/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg +++ b/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg @@ -27,7 +27,6 @@ cxxflags = ['-D__STDC_LIMIT_MACROS', '-I%s/lib/Target/PIC16' % root.llvm_src_root, '-I%s/lib/Target/PowerPC' % root.llvm_src_root, '-I%s/lib/Target/Sparc' % root.llvm_src_root, - '-I%s/lib/Target/SystemZ' % root.llvm_src_root, '-I%s/lib/Target/X86' % root.llvm_src_root, '-I%s/lib/Target/XCore' % root.llvm_src_root, '-I%s/lib/Target/Alpha' % target_obj_root, @@ -42,7 +41,6 @@ cxxflags = ['-D__STDC_LIMIT_MACROS', '-I%s/lib/Target/PIC16' % target_obj_root, '-I%s/lib/Target/PowerPC' % target_obj_root, '-I%s/lib/Target/Sparc' % target_obj_root, - '-I%s/lib/Target/SystemZ' % target_obj_root, '-I%s/lib/Target/X86' % target_obj_root, '-I%s/lib/Target/XCore' % target_obj_root]; |