mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
909c049b0c
This reverts commit 19fd8925a4afe6efd248688cce06aceff50efe0c. Should include a fix for PR44197.
16 lines
202 B
CMake
16 lines
202 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
Support
|
|
)
|
|
|
|
add_llvm_example_library(ExampleIRTransforms
|
|
InitializePasses.cpp
|
|
SimplifyCFG.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|