Add mfasr and mtasr
[oota-llvm.git] / lib / ExecutionEngine / JIT / CMakeLists.txt
index cefb0aedde0ba0fadff19a009f0d7d18aedc6a5d..e16baede50fd3b8ebc4e0ddb90fd95264f1803d5 100644 (file)
@@ -2,11 +2,7 @@
 add_definitions(-DENABLE_X86_JIT)
 
 add_llvm_library(LLVMJIT
-  Intercept.cpp
   JIT.cpp
-  JITDebugRegisterer.cpp
-  JITDwarfEmitter.cpp
   JITEmitter.cpp
   JITMemoryManager.cpp
-  OProfileJITEventListener.cpp
   )