diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-12-23 17:43:32 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-12-23 17:43:32 +0000 |
commit | 53982d577d6a22a7aa2c969d6c98495689a00fca (patch) | |
tree | 5f75e610fe8a83caa2293fbe63ff9e083e03f392 /clang/utils | |
parent | 72e9f2f0b9ba32a39284165a672fb473f67a711c (diff) | |
download | bcm5719-llvm-53982d577d6a22a7aa2c969d6c98495689a00fca.tar.gz bcm5719-llvm-53982d577d6a22a7aa2c969d6c98495689a00fca.zip |
Don't commit my silly little local changes
llvm-svn: 92010
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 | 3 |
2 files changed, 1 insertions, 3 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 b9931144a3d..6676e311e3e 100644 --- a/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg +++ b/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg @@ -11,7 +11,6 @@ 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 a2b5b7b0363..6e679659c44 100644 --- a/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg +++ b/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg @@ -11,7 +11,6 @@ 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, @@ -50,6 +49,6 @@ cxxflags = ['-D__STDC_LIMIT_MACROS', config.test_format = \ lit.formats.OneCommandPerFileTest(command=[root.clang, '-fsyntax-only'] + cxxflags, - dir='%s' % root.llvm_src_root, + dir='%s/lib' % root.llvm_src_root, recursive=True, pattern='^(.*\\.cpp)$') |