Home
last modified time | relevance | path

Searched refs:compiler_args (Results 1 – 6 of 6) sorted by relevance

/external/oss-fuzz/infra/base-images/base-sanitizer-libs-builder/
Dcompiler_wrapper.py101 compiler_args = args[1:]
105 compiler_args.extend([
110 return compiler_args
112 compiler_args = RemoveZDefs(compiler_args)
113 compiler_args.extend([
126 compiler_args.extend([
133 compiler_args.extend(msan_build.GetInjectedFlags())
136 compiler_args.append('-stdlib=libc++')
138 return compiler_args
/external/llvm-project/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake142 …set(compiler_args -DCMAKE_C_COMPILER=${LLVM_RUNTIME_OUTPUT_INTDIR}/clang-cl${CMAKE_EXECUTABLE_SUFF… variable
146 … set(compiler_args -DCMAKE_C_COMPILER=${LLVM_RUNTIME_OUTPUT_INTDIR}/clang${CMAKE_EXECUTABLE_SUFFIX} variable
153 …list(APPEND compiler_args -DCMAKE_LINKER=${LLVM_RUNTIME_OUTPUT_INTDIR}/lld-link${CMAKE_EXECUTABLE_…
155 …list(APPEND compiler_args -DCMAKE_LINKER=${LLVM_RUNTIME_OUTPUT_INTDIR}/ld.lld${CMAKE_EXECUTABLE_SU…
160 …list(APPEND compiler_args -DCMAKE_AR=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-lib${CMAKE_EXECUTABLE_SUFF…
162 …list(APPEND compiler_args -DCMAKE_AR=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-ar${CMAKE_EXECUTABLE_SUFFI…
166 …list(APPEND compiler_args -DCMAKE_LIBTOOL=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-libtool-darwin${CMAKE…
169 …list(APPEND compiler_args -DCMAKE_LIPO=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-lipo${CMAKE_EXECUTABLE_S…
172 …list(APPEND compiler_args -DCMAKE_RANLIB=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-ranlib${CMAKE_EXECUTAB…
175 …list(APPEND compiler_args -DCMAKE_NM=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-nm${CMAKE_EXECUTABLE_SUFFI…
[all …]
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh45 local compiler_args=$3
197 if [ "$compiler_args" = "$buildonly_compiler_args" ]; then
223 COMPILE_STR="\$(CC) $compiler_args \$(CFLAGS) \$(LDFLAGS) -o \$@ \$(srcdir)/$c_file"
263 local compiler_args="$3"
274 generate_makefile "$prereq_cache_dir/Makefile" "$prereq_cache_dir" "$compiler_args" $prereq_cache
292 generate_makefile "$prereq_cache_dir/Makefile" $prereq_cache_dir "$compiler_args" $prereq_cache
/external/usrsctp/
Dmeson.build10 compiler_args = compiler.get_supported_arguments([ variable
23 compiler_args = compiler.get_supported_arguments([ variable
37 add_project_arguments(compiler_args, language: 'c')
/external/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake100 set(compiler_args -DCMAKE_C_COMPILER=${LLVM_RUNTIME_OUTPUT_INTDIR}/clang variable
131 ${compiler_args}
/external/llvm-project/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake535 set(compiler_args -DCMAKE_C_COMPILER=${COMPILER_RT_TEST_COMPILER} variable
542 set(compiler_args -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} variable
613 ${compiler_args}