Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: lib/Target/PNaCl/TargetInfo/CMakeLists.txt

Issue 1395453003: Create a proper target machine for PNaCl. Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix a test Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/Target/PNaCl/PNaClTargetMachine.cpp ('k') | lib/Target/PNaCl/TargetInfo/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/PNaCl/TargetInfo/CMakeLists.txt
diff --git a/lib/Target/PNaCl/TargetInfo/CMakeLists.txt b/lib/Target/PNaCl/TargetInfo/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9796761ff0e331ece6da35c65baebc646aa08622
--- /dev/null
+++ b/lib/Target/PNaCl/TargetInfo/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_library(LLVMPNaClInfo
+ PNaClTargetInfo.cpp
+ )
« no previous file with comments | « lib/Target/PNaCl/PNaClTargetMachine.cpp ('k') | lib/Target/PNaCl/TargetInfo/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698