OSDN Git Service

[CMake] NFC. Updating CMake dependency specifications
[android-x86/external-llvm.git] / lib / Target / AVR / CMakeLists.txt
index 716eca8..83f5502 100644 (file)
@@ -28,9 +28,10 @@ add_llvm_target(AVRCodeGen
   AVRSubtarget.cpp
   AVRTargetMachine.cpp
   AVRTargetObjectFile.cpp
-)
 
-add_dependencies(LLVMAVRCodeGen intrinsics_gen)
+  DEPENDS
+  intrinsics_gen
+)
 
 add_subdirectory(AsmParser)
 add_subdirectory(Disassembler)