mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
[PM] Fixup for r231556 where I missed a dependency on intrinsics
generation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231558 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2349136630
commit
60557beded
@ -4,3 +4,5 @@ add_llvm_library(LLVMPasses
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes
|
||||
)
|
||||
|
||||
add_dependencies(LLVMPasses intrinsics_gen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user