aboutsummaryrefslogtreecommitdiff
path: root/utils/C++Tests/LLVM-Code-Syntax
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-12-22 22:17:25 +0000
committerDouglas Gregor <dgregor@apple.com>2009-12-22 22:17:25 +0000
commit90f9382b3e97afa55e6aaaa4ab31c7473a8c7bb9 (patch)
treec332ccc4b54b3b5cc4a878b951f352fc064ac022 /utils/C++Tests/LLVM-Code-Syntax
parent38ac4f504bf8ed514520b5a82be538bdb0860687 (diff)
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/C++Tests/LLVM-Code-Syntax')
-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 6e679659c4..edcd266fe5 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,