Skip to content

Commit bff9fe9

Browse files
committed
CMake: add missing dependency on intrinsics_gen
1 parent 2ba4cfd commit bff9fe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/MC/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ add_llvm_component_library(LLVMMC
7979
TargetParser
8080
BinaryFormat
8181
DebugInfoCodeView
82+
83+
DEPENDS
84+
intrinsics_gen
8285
)
8386

8487
add_subdirectory(MCParser)

0 commit comments

Comments
 (0)