diff options
Diffstat (limited to 'clang/utils')
| -rw-r--r-- | clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg | 1 | ||||
| -rw-r--r-- | clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg b/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg index 6676e311e3e..b9931144a3d 100644 --- a/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg +++ b/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg @@ -11,6 +11,7 @@ root = getRoot(config) # testFormat: The test format to use to interpret tests. target_obj_root = root.llvm_obj_root +target_obj_root = '/Users/dgregor/Projects/llvm-build-autotools' cxxflags = ['-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Wno-sign-compare', diff --git a/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg b/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg index 6e679659c44..edcd266fe52 100644 --- a/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg +++ b/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg @@ -11,6 +11,7 @@ root = getRoot(config) # testFormat: The test format to use to interpret tests. target_obj_root = root.llvm_obj_root +target_obj_root = '/Users/dgregor/Projects/llvm-build-autotools' cxxflags = ['-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-I%s/include' % root.llvm_src_root, |

