diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-12-17 21:51:02 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-12-17 21:51:02 +0000 |
commit | 046a0f3d53235703d462d3ff0a81e14a06d4697c (patch) | |
tree | e8022ac5a74a73aaa1cdc86da15a2ede3448c011 /utils/C++Tests/LLVM-Code-Syntax | |
parent | 7f14e6f23b0899ed0969cbebef7785f00d488372 (diff) |
Add a couple more paths to the LLVM-Code-Syntax test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/C++Tests/LLVM-Code-Syntax')
-rw-r--r-- | utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg b/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg index c90f4f3db4..6e679659c4 100644 --- a/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg +++ b/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg @@ -18,8 +18,11 @@ cxxflags = ['-D__STDC_LIMIT_MACROS', '-I%s/lib/Target/Alpha' % root.llvm_src_root, '-I%s/lib/Target/ARM' % root.llvm_src_root, '-I%s/lib/Target/Blackfin' % root.llvm_src_root, + '-I%s/lib/Target/CBackend' % root.llvm_src_root, '-I%s/lib/Target/CellSPU' % root.llvm_src_root, + '-I%s/lib/Target/CppBackend' % root.llvm_src_root, '-I%s/lib/Target/Mips' % root.llvm_src_root, + '-I%s/lib/Target/MSIL' % root.llvm_src_root, '-I%s/lib/Target/MSP430' % root.llvm_src_root, '-I%s/lib/Target/PIC16' % root.llvm_src_root, '-I%s/lib/Target/PowerPC' % root.llvm_src_root, @@ -30,8 +33,11 @@ cxxflags = ['-D__STDC_LIMIT_MACROS', '-I%s/lib/Target/Alpha' % target_obj_root, '-I%s/lib/Target/ARM' % target_obj_root, '-I%s/lib/Target/Blackfin' % target_obj_root, + '-I%s/lib/Target/CBackend' % target_obj_root, '-I%s/lib/Target/CellSPU' % target_obj_root, + '-I%s/lib/Target/CppBackend' % target_obj_root, '-I%s/lib/Target/Mips' % target_obj_root, + '-I%s/lib/Target/MSIL' % target_obj_root, '-I%s/lib/Target/MSP430' % target_obj_root, '-I%s/lib/Target/PIC16' % target_obj_root, '-I%s/lib/Target/PowerPC' % target_obj_root, |