mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
3d76c2d6f6
Fix unittest: Do not link LLVM into the test plugin. Additionally, remove an unrelated change that slipped in in r329273. llvm-svn: 329293
11 lines
160 B
CMake
11 lines
160 B
CMake
add_llvm_library(LLVMPasses
|
|
PassBuilder.cpp
|
|
PassPlugin.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|