mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
916f7080e7
To avoid having this flag be passed in per/file manner, we are instead passing it globally. This fixes this bug: https://bugs.llvm.org/show_bug.cgi?id=46733 Reviewed-by: aaron.ballman, beanz, meinersbur Differential Revision: https://reviews.llvm.org/D84038
13 lines
233 B
CMake
13 lines
233 B
CMake
add_llvm_component_library(LLVMPasses
|
|
PassBuilder.cpp
|
|
PassPlugin.cpp
|
|
StandardInstrumentations.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|