summaryrefslogtreecommitdiffstats
path: root/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
commitd7557e3f143a6a6c504aafebc4a9b5cce6c6d5c2 (patch)
tree286ec43abe72ec5ca2dd6e43770a1850a2e1e39b /utils
parentab470d1cc259c3d342a9e61ea1742315814abfc5 (diff)
Don't commit my silly little local changes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92010 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/C++Tests/LLVM-Code-Compile/lit.local.cfg1
-rw-r--r--utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg3
2 files changed, 1 insertions, 3 deletions
diff --git a/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg b/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg
index b9931144a3..6676e311e3 100644
--- a/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg
+++ b/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/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg b/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg
index a2b5b7b036..6e679659c4 100644
--- a/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg
+++ b/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)$')