diff options
| author | Douglas Gregor <dgregor@apple.com> | 2009-12-14 20:58:24 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2009-12-14 20:58:24 +0000 |
| commit | 488173573698697f312a208c77f2188294d6e3f7 (patch) | |
| tree | 493271ee6266640be3384e13c43cd80ebc96119a | |
| parent | 4f84661c4389bb29d44712a1a13f089fc5a37474 (diff) | |
| download | bcm5719-llvm-488173573698697f312a208c77f2188294d6e3f7.tar.gz bcm5719-llvm-488173573698697f312a208c77f2188294d6e3f7.zip | |
Remove accidental commit containing local paths for the LLVM-Code-Syntax test
llvm-svn: 91326
| -rw-r--r-- | clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg | 1 |
1 files changed, 0 insertions, 1 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 2fe01d2ffd1..c90f4f3db48 100644 --- a/clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg +++ b/clang/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, |

