forked from OSchip/llvm-project
Remove accidental commit containing local paths for the LLVM-Code-Syntax test
llvm-svn: 91326
This commit is contained in:
parent
4f84661c43
commit
4881735736
|
@ -11,7 +11,6 @@ root = getRoot(config)
|
||||||
|
|
||||||
# testFormat: The test format to use to interpret tests.
|
# testFormat: The test format to use to interpret tests.
|
||||||
target_obj_root = root.llvm_obj_root
|
target_obj_root = root.llvm_obj_root
|
||||||
target_obj_root = '/Users/dgregor/Projects/llvm-build-autotools'
|
|
||||||
cxxflags = ['-D__STDC_LIMIT_MACROS',
|
cxxflags = ['-D__STDC_LIMIT_MACROS',
|
||||||
'-D__STDC_CONSTANT_MACROS',
|
'-D__STDC_CONSTANT_MACROS',
|
||||||
'-I%s/include' % root.llvm_src_root,
|
'-I%s/include' % root.llvm_src_root,
|
||||||
|
|
Loading…
Reference in New Issue