projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ba4cfd
)
CMake: add missing dependency on intrinsics_gen
author
Jon Roelofs
<jonathan_roelofs@apple.com>
Tue, 9 May 2023 04:52:12 +0000
(21:52 -0700)
committer
Jon Roelofs
<jonathan_roelofs@apple.com>
Tue, 9 May 2023 04:53:44 +0000
(21:53 -0700)
llvm/lib/MC/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/lib/MC/CMakeLists.txt
b/llvm/lib/MC/CMakeLists.txt
index
90f66e2
..
c5f7e02
100644
(file)
--- a/
llvm/lib/MC/CMakeLists.txt
+++ b/
llvm/lib/MC/CMakeLists.txt
@@
-79,6
+79,9
@@
add_llvm_component_library(LLVMMC
TargetParser
BinaryFormat
DebugInfoCodeView
+
+ DEPENDS
+ intrinsics_gen
)
add_subdirectory(MCParser)