Searched refs:LLVM_AS (Results 1 – 6 of 6) sorted by relevance
/dports/security/klee/klee-2.2/test/Concrete/ |
H A D | Makefile.cmake.test.in | 14 LLVMAS := @LLVM_AS@
|
/dports/lang/pocl/pocl-1.8/cmake/ |
H A D | bitcode_rules.cmake | 149 COMMAND "${LLVM_AS}" "-o" "${BC_FILE}"
|
H A D | LLVM.cmake | 304 find_program_or_die(LLVM_AS "llvm-as" "LLVM assembler")
|
/dports/devel/emscripten/emscripten-2.0.3/tools/ |
H A D | shared.py | 563 for cmd in [CLANG_CC, LLVM_AR, LLVM_AS, LLVM_NM]: 1696 LLVM_AS = os.path.expanduser(build_llvm_tool_path(exe_suffix('llvm-as'))) variable
|
H A D | building.py | 27 from .shared import LLVM_OPT, LLVM_LINK, LLVM_DIS, LLVM_AS, LLVM_OBJCOPY 771 output = run_process([LLVM_AS, input_filename, '-o', output_filename], stdout=PIPE).stdout
|
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/ |
H A D | Makefile | 64 LLVM_AS = $(LLVM_BINDIR)/llvm-as macro 1017 $(LLVM_AS) $(BUILD_DIR)/initmod.$*.ll -o $(BUILD_DIR)/initmod.$*.bc
|