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

Unified Diff: tools/CMakeLists.txt

Issue 14314016: Copy LLVM bitcode reader to generate a PNaCl wire format reader. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: 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/CMakeLists.txt
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 773ea0350a6a92d0e1fc6df4841d9bb0804937c0..3c9437d0f91c4d0a0f0a9dd097cecaccf136c5fe 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -44,6 +44,7 @@ add_subdirectory(llvm-mcmarkup)
add_subdirectory(llvm-symbolizer)
add_subdirectory(pnacl-abicheck)
add_subdirectory(pnacl-freeze)
+add_subdirectory(pnacl-thaw)
if( NOT WIN32 )
add_subdirectory(lto)

Powered by Google App Engine
This is Rietveld 408576698