diff options
| author | Douglas Gregor <dgregor@apple.com> | 2009-12-22 22:17:25 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2009-12-22 22:17:25 +0000 |
| commit | b6ea60872da20af2a74863dabde83644683100fc (patch) | |
| tree | 0119d15e9f4ff77724c5c2c294349d93155baf32 /clang/utils/C++Tests/LLVM-Code-Syntax | |
| parent | e19711d223fcc927b938cfa5e3fd26a1d9493611 (diff) | |
| download | bcm5719-llvm-b6ea60872da20af2a74863dabde83644683100fc.tar.gz bcm5719-llvm-b6ea60872da20af2a74863dabde83644683100fc.zip | |
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
llvm-svn: 91927
Diffstat (limited to 'clang/utils/C++Tests/LLVM-Code-Syntax')
| -rw-r--r-- | clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
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 6e679659c44..edcd266fe52 100644 --- a/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg +++ b/clang/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, |

