summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-12-14 20:57:13 +0000
committerDouglas Gregor <dgregor@apple.com>2009-12-14 20:57:13 +0000
commita6ca65075490a1f217bbe5f83fe7b80e821df2d8 (patch)
tree8bb019267d9f1482c53c67255c8cc86b501516fb /utils
parent96a063a70ca6374c401642c2a88ec1f11697b7ae (diff)
Minor cleanups for constructor initialization in InitializationSequence
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg1
1 files changed, 1 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..2fe01d2ffd 100644
--- a/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg
+++ b/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,