Sign in
swiftshader
/
SwiftShader
/
c38fc12e494b55a01274f02f3e5c675e06e556da
/
.
/
third_party
/
llvm-7.0
/
llvm
/
examples
/
ModuleMaker
/
CMakeLists.txt
blob: a73909a13bd48eadeaa9382dddc9c0c3b41002f2 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
BitWriter
Core
Support
)
add_llvm_example(ModuleMaker
ModuleMaker.cpp
)