CMake: add missing dependency on intrinsics_gen
authorJon Roelofs <jonathan_roelofs@apple.com>
Tue, 9 May 2023 04:52:12 +0000 (21:52 -0700)
committerJon Roelofs <jonathan_roelofs@apple.com>
Tue, 9 May 2023 04:53:44 +0000 (21:53 -0700)
llvm/lib/MC/CMakeLists.txt

index 90f66e2..c5f7e02 100644 (file)
@@ -79,6 +79,9 @@ add_llvm_component_library(LLVMMC
   TargetParser
   BinaryFormat
   DebugInfoCodeView
+
+  DEPENDS
+  intrinsics_gen
   )
 
 add_subdirectory(MCParser)