summaryrefslogtreecommitdiffstats
path: root/clang/utils
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-12-23 17:43:32 +0000
committerDouglas Gregor <dgregor@apple.com>2009-12-23 17:43:32 +0000
commit53982d577d6a22a7aa2c969d6c98495689a00fca (patch)
tree5f75e610fe8a83caa2293fbe63ff9e083e03f392 /clang/utils
parent72e9f2f0b9ba32a39284165a672fb473f67a711c (diff)
downloadbcm5719-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.cfg1
-rw-r--r--clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg3
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)$')
OpenPOWER on IntegriCloud