Searched refs:is_normal_compile (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/utils/check_cfc/ |
| H A D | test_check_cfc.py | 82 self.assertTrue(check_cfc.is_normal_compile( 85 check_cfc.is_normal_compile(['clang', '-c', 'test.cpp'])) 88 check_cfc.is_normal_compile(['clang', '-c', 'test.cpp', '-flto'])) 90 check_cfc.is_normal_compile(['clang', '-c', 'test.cpp', '-emit-llvm'])) 98 check_cfc.is_normal_compile(['clang', '-c', 'test.s', '-o', 'test.o'])) 103 check_cfc.is_normal_compile(['clang', '-c', 'test.cpp', '--version'])) 105 check_cfc.is_normal_compile(['clang', '-c', 'test.cpp', '--help'])) 108 check_cfc.is_normal_compile(['clang', '-c', '-M', 'test.cpp'])) 110 check_cfc.is_normal_compile(['clang', '-c', '-MM', 'test.cpp'])) 113 check_cfc.is_normal_compile(['clang', '-c', '-MD', 'test.cpp'])) [all …]
|
| H A D | check_cfc.py | 217 def is_normal_compile(args): function 359 if not is_normal_compile(arguments_a) or output_file_orig is None:
|