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..f2ac0f652feef46d705621715472c89eea182ba0 |
--- /dev/null |
+++ b/tools/pnacl-freeze/CMakeLists.txt |
@@ -0,0 +1,5 @@ |
+set(LLVM_LINK_COMPONENTS bitreader analysis asmparser bitwriter) |
jvoung (off chromium)
2013/04/25 17:42:45
Does this end up using the normal (non-pnacl) bitw
Karl
2013/04/25 20:48:17
Cleaned this up by removing analysis, asmparser, a
jvoung (off chromium)
2013/04/25 22:25:36
Thanks!
|
+ |
+add_llvm_tool(pnacl-freeze |
+ pnacl-freeze.cpp |
+ ) |