]> granicus.if.org Git - clang/commitdiff
Remove accidental commit containing local paths for the LLVM-Code-Syntax test
authorDouglas Gregor <dgregor@apple.com>
Mon, 14 Dec 2009 20:58:24 +0000 (20:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 14 Dec 2009 20:58:24 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91326 91177308-0d34-0410-b5e6-96231b3b80d8

utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg

index 2fe01d2ffd15d3e17a92677e3073ddae9cc2c9c4..c90f4f3db488e0f9914846af68ef904550681cbe 100644 (file)
@@ -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,