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

Side by Side 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: Change file names to use NaCl instead of PNaCl 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 unified diff | Download patch
OLDNEW
(Empty)
1 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!
2
3 add_llvm_tool(pnacl-freeze
4 pnacl-freeze.cpp
5 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698