repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git]
/
clang
/
tools
/
clang-offload-packager
/
CMakeLists.txt
blob
1c29e376452c127f96678a121da0e35401f7bf59
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
BinaryFormat
4
Object
5
Support)
6
7
add_clang_tool(clang-offload-packager
8
ClangOffloadPackager.cpp
9
10
DEPENDS
11
${tablegen_deps}
12
)
13
14
clang_target_link_libraries(clang-offload-packager
15
PRIVATE
16
clangBasic
17
)