Index: lib/Target/PNaCl/CMakeLists.txt |
=================================================================== |
--- lib/Target/PNaCl/CMakeLists.txt (revision 0) |
+++ lib/Target/PNaCl/CMakeLists.txt (revision 0) |
@@ -0,0 +1,15 @@ |
+add_llvm_target(PNaClCodeGen |
+ PNaClTargetMachine.cpp |
+ ) |
+ |
+add_llvm_library_dependencies(LLVMPNaClCodeGen |
+ LLVMPNaClDesc |
+ LLVMPNaClInfo |
+ LLVMCore |
+ LLVMMC |
+ LLVMSupport |
+ LLVMTarget |
+ ) |
+ |
+add_subdirectory(TargetInfo) |
+add_subdirectory(MCTargetDesc) |