mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 16:11:27 +08:00
Don't commit my silly little local changes
llvm-svn: 92010
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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,
|
||||
@@ -50,6 +49,6 @@ cxxflags = ['-D__STDC_LIMIT_MACROS',
|
||||
config.test_format = \
|
||||
lit.formats.OneCommandPerFileTest(command=[root.clang,
|
||||
'-fsyntax-only'] + cxxflags,
|
||||
dir='%s' % root.llvm_src_root,
|
||||
dir='%s/lib' % root.llvm_src_root,
|
||||
recursive=True,
|
||||
pattern='^(.*\\.cpp)$')
|
||||
|
||||
Reference in New Issue
Block a user