mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
[CMake] LLVMLTO requires Intrinsics.gen since r227685 introduced llvm/Analysis/TargetTransformInfo.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4fc4731fd
commit
39f22d96f5
@ -2,3 +2,5 @@ add_llvm_library(LLVMLTO
|
||||
LTOModule.cpp
|
||||
LTOCodeGenerator.cpp
|
||||
)
|
||||
|
||||
add_dependencies(LLVMLTO intrinsics_gen)
|
||||
|
Loading…
Reference in New Issue
Block a user