File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ add_benchmark(SandboxIRBench SandboxIRBench.cpp PARTIAL_SOURCES_INTENDED)
14
14
add_benchmark(RuntimeLibcallsBench RuntimeLibcalls.cpp PARTIAL_SOURCES_INTENDED)
15
15
16
16
if (NOT LLVM_TOOL_LLVM_DRIVER_BUILD)
17
- # TODO: Check if the tools aer in LLVM_DISTRIBUTION_COMPONENTS with
17
+ # TODO: Check if the tools are in LLVM_DISTRIBUTION_COMPONENTS with
18
18
# the driver build. Also support the driver build by invoking the
19
19
# tools through llvm-driver
20
20
get_host_tool_path(llvm-nm LLVM_NM llvm_nm_exe llvm_nm_target)
21
21
get_host_tool_path(llc LLC llc_exe llc_target)
22
22
23
- if (TARGET ${llc_target } AND TARGET ${llvm_nm_target } )
23
+ if (${llc_exe } AND ${llvm_nm_exe } )
24
24
# Extract the list of symbols in a random utility as sample data.
25
25
set (SYMBOL_TEST_DATA_FILE "sample_symbol_list.txt" )
26
26
set (SYMBOL_TEST_DATA_SOURCE_BINARY ${llc_exe} )
You can’t perform that action at this time.
0 commit comments