We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0875755 commit 7734276Copy full SHA for 7734276
llvm/benchmarks/CMakeLists.txt
@@ -22,7 +22,7 @@ if(NOT LLVM_TOOL_LLVM_DRIVER_BUILD)
22
get_host_tool_path(llvm-nm LLVM_NM llvm_nm_exe llvm_nm_target)
23
get_host_tool_path(llc LLC llc_exe llc_target)
24
25
- if(${llc_exe} AND ${llvm_nm_exe})
+ if(llc_exe AND llvm_nm_exe)
26
# Extract the list of symbols in a random utility as sample data.
27
set(SYMBOL_TEST_DATA_FILE "sample_symbol_list.txt")
28
set(SYMBOL_TEST_DATA_SOURCE_BINARY ${llc_exe})
0 commit comments