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
[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
llvm
/
bindings
/
ocaml
/
transforms
/
utils
/
CMakeLists.txt
blob
eecc1f80aa7a70eec72a1939511053ed2ad1594d
1
add_ocaml_library(llvm_transform_utils
2
OCAML llvm_transform_utils
3
OCAMLDEP llvm
4
C transform_utils_ocaml
5
CFLAGS "-I${CMAKE_CURRENT_SOURCE_DIR}/../../llvm"
6
LLVM TransformUtils)