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

Unified Diff: tools/pnacl-freeze/CMakeLists.txt

Issue 14126011: Copy Bitwriter to generate PNaClBitwriter. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Add fixes suggested by Jan. Created 7 years, 8 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
Index: tools/pnacl-freeze/CMakeLists.txt
diff --git a/tools/pnacl-freeze/CMakeLists.txt b/tools/pnacl-freeze/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..18b3f38f749e045cc7f5a7298e9114c5dab9924e
--- /dev/null
+++ b/tools/pnacl-freeze/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_LINK_COMPONENTS bitreader naclbitwriter)
+
+add_llvm_tool(pnacl-freeze
+ pnacl-freeze.cpp
+ )

Powered by Google App Engine
This is Rietveld 408576698