diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-12-22 22:30:51 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-12-22 22:30:51 +0000 |
commit | 39740dce30bcb528e818d911a1302f3c06da4ff3 (patch) | |
tree | df4281460a9cbfbd066894766ac5348e24c85524 /clang/utils | |
parent | 261dd5ec06f50697247f487826fd266e5cdfa001 (diff) | |
download | bcm5719-llvm-39740dce30bcb528e818d911a1302f3c06da4ff3.tar.gz bcm5719-llvm-39740dce30bcb528e818d911a1302f3c06da4ff3.zip |
Revert accidental commit
llvm-svn: 91930
Diffstat (limited to 'clang/utils')
-rw-r--r-- | clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg | 1 | ||||
-rw-r--r-- | clang/utils/C++Tests/LLVM-Code-Syntax/lit.local.cfg | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg b/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg index b9931144a3d..6676e311e3e 100644 --- a/clang/utils/C++Tests/LLVM-Code-Compile/lit.local.cfg +++ b/clang/utils/C++Tests/LLVM-Code-Compile/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', '-Wno-sign-compare', 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 edcd266fe52..6e679659c44 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, |