Add 'musttail' marker to call instructions
[oota-llvm.git] / lib / Target / AArch64 / CMakeLists.txt
index 8164d6f73c97f1d203809a14d1e91f096ba95d69..dfc10afcdcfe4cba209ef916943c8c47d5efb299 100644 (file)
@@ -26,6 +26,7 @@ add_llvm_target(AArch64CodeGen
   AArch64Subtarget.cpp
   AArch64TargetMachine.cpp
   AArch64TargetObjectFile.cpp
+  AArch64TargetTransformInfo.cpp
   )
 
 add_subdirectory(AsmParser)
@@ -33,4 +34,4 @@ add_subdirectory(Disassembler)
 add_subdirectory(InstPrinter)
 add_subdirectory(MCTargetDesc)
 add_subdirectory(TargetInfo)
-add_subdirectory(Utils)
\ No newline at end of file
+add_subdirectory(Utils)