[SPARC] Both GNU and Solaris as support eq as condition code for integer ops.
[oota-llvm.git] / lib / Target / Sparc / MCTargetDesc / CMakeLists.txt
index d3bdf0b503aebde79c0b41fc88dbbc346dc431c6..c4dcdb5ba662dd22763e44dd574a63455a8c5a4a 100644 (file)
@@ -1,12 +1,9 @@
 add_llvm_library(LLVMSparcDesc
-  SparcMCTargetDesc.cpp
+  SparcAsmBackend.cpp
+  SparcELFObjectWriter.cpp
   SparcMCAsmInfo.cpp
+  SparcMCCodeEmitter.cpp
+  SparcMCTargetDesc.cpp
+  SparcMCExpr.cpp
+  SparcTargetStreamer.cpp
   )
-
-add_llvm_library_dependencies(LLVMSparcDesc
-  LLVMMC
-  LLVMSparcInfo
-  LLVMSupport
-  )
-
-add_dependencies(LLVMSparcDesc SparcCommonTableGen)