Searched refs:compiler_options (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/builder/ |
| H A D | Builder.py | 24 def _get_script_environment(source_files, compiler_options, argument 43 env_variables['COMPILER_OPTIONS_{}'.format(index)] = compiler_options[i] 51 compiler_options, linker_options, argument 63 cflags=compiler_options, 66 assert len(source_files) == len(compiler_options), (source_files, 67 compiler_options) 69 script_environ = _get_script_environment(source_files, compiler_options, 98 compiler_options = ['-option1 value1', '-option2 value2'] 101 env = _get_script_environment(source_files, compiler_options,
|
| /llvm-project-15.0.7/flang/module/ |
| H A D | iso_fortran_env.f90 | 149 interface compiler_options 150 character(len=80) function compiler_options() 151 end function compiler_options 152 end interface compiler_options
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/ |
| H A D | Tool.py | 128 compiler_options = [options.cflags for _ in options.source_files] 134 compiler_options=compiler_options,
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/ |
| H A D | Tool.py | 268 compiler_options = [ 279 compiler_options=compiler_options,
|