Lines Matching +full:llvm +full:- +full:output +full:-
6 # http://www.apache.org/licenses/LICENSE-2.0
40 cflags_cc = [ "-Wno-gnu-zero-variadic-macro-arguments" ]
105 "codegen/llvm/aarch64/aarch64_builder.cpp",
106 "codegen/llvm/llvm_codegen.cpp",
107 "codegen/llvm/llvm_ir_builder.cpp",
108 "codegen/llvm/x64/x64_builder.cpp",
195 cflags_c = [ "-DIS_RELEASE_VERSION" ]
196 cflags_cc = [ "-DIS_RELEASE_VERSION" ]
206 "msvcrt-os",
247 cflags_cc = [ "-DCOMPILE_MAPLE" ]
248 cflags_c = [ "-DCOMPILE_MAPLE" ]
261 cflags_cc = [ "-fvisibility=hidden" ]
419 ldflags = [ "-Wl,--lto-O0" ]
521 " --stub-file=" + rebase_path(stub_file_gen_dir) + "/stub.an" +
522 " --compiler-target-triple=aarch64-unknown-linux-gnu" +
523 " --compiler-log=allasm" + " --log-level=info"
525 stub_option = " --stub-file=" + rebase_path(stub_file_gen_dir) + "/stub.an"
528 " --stub-file=" + rebase_path(stub_file_gen_dir) + "/stub.an" +
529 " --compiler-target-triple=x86_64-unknown-linux-gnu"
532 " --stub-file=" + rebase_path(stub_file_gen_dir) + "/stub.an" +
533 " --compiler-target-triple=aarch64-unknown-linux-gnu" +
534 " --compiler-log=allasm" + " --log-level=info"
538 llvm_lib_dir = "//prebuilts/clang/ohos/linux-aarch64/llvm/lib/"
540 llvm_lib_dir = "//prebuilts/clang/ohos/linux-x86_64/llvm/lib/"
544 "--script-file",
547 "--script-options",
549 "--expect-output",
551 "--timeout-limit",
553 "--env-path",
588 "--input",
590 "--output",