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
[libc] implement unistd/getentropy (#122692)
[llvm-project.git]
/
llvm
/
lib
/
Transforms
/
CFGuard
/
CMakeLists.txt
blob
536d873eef3357c31e12e3785751dd280e6280d2
1
add_llvm_component_library(LLVMCFGuard
2
CFGuard.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
6
7
DEPENDS
8
intrinsics_gen
9
10
LINK_COMPONENTS
11
Core
12
Support
13
TargetParser
14
)