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 e910f61 commit 8ab3f8aCopy full SHA for 8ab3f8a
llvm/tools/llvm-exegesis/CMakeLists.txt
@@ -11,11 +11,11 @@ set(LLVM_LINK_COMPONENTS
11
12
foreach(t ${LLVM_EXEGESIS_TARGETS})
13
string(STRIP ${t} t)
14
- list(APPEND LLVM_LINK_COMPONTENTS "LLVM${t}AsmParser")
15
- list(APPEND LLVM_LINK_COMPONTENTS "LLVM${t}CodeGen")
16
- list(APPEND LLVM_LINK_COMPONTENTS "LLVM${t}Desc")
17
- list(APPEND LLVM_LINK_COMPONTENTS "LLVM${t}Disassembler")
18
- list(APPEND LLVM_LINK_COMPONTENTS "LLVM${t}Info")
+ list(APPEND LLVM_LINK_COMPONENTS "${t}AsmParser")
+ list(APPEND LLVM_LINK_COMPONENTS "${t}CodeGen")
+ list(APPEND LLVM_LINK_COMPONENTS "${t}Desc")
+ list(APPEND LLVM_LINK_COMPONENTS "${t}Disassembler")
+ list(APPEND LLVM_LINK_COMPONENTS "${t}Info")
19
endforeach()
20
21
add_llvm_tool(llvm-exegesis
0 commit comments