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

Side by Side Diff: lib/Bitcode/NaCl/Reader/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 unified diff | Download patch
OLDNEW
(Empty)
1 add_llvm_library(NaClBitReader
jvoung (off chromium) 2013/04/29 18:02:08 prefix with LLVM ?
Karl 2013/04/29 20:44:37 Done.
2 NaClBitcodeReader.cpp
3 NaClBitstreamReader.cpp
4 )
5
6 add_dependencies(NaClBitReader intrinsics_gen)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698