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

Side by Side Diff: lib/Bitcode/NaCl/TestUtils/CMakeLists.txt

Issue 1113023005: Add abilities to generate bitcode buffers from munged bitcode. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix nits. Created 5 years, 7 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
1 add_llvm_library(LLVMNaClBitTestUtils 1 add_llvm_library(LLVMNaClBitTestUtils
2 NaClBitcodeMunge.cpp 2 NaClBitcodeMunge.cpp
3 NaClBitcodeMungeReader.cpp
3 NaClBitcodeMungeUtils.cpp 4 NaClBitcodeMungeUtils.cpp
5 NaClBitcodeMungeWriter.cpp
4 ) 6 )
5 add_dependencies(LLVMNaClBitTestUtils intrinsics_gen) 7 add_dependencies(LLVMNaClBitTestUtils intrinsics_gen)
OLDNEW
« no previous file with comments | « include/llvm/Bitcode/NaCl/NaClBitstreamWriter.h ('k') | lib/Bitcode/NaCl/TestUtils/NaClBitcodeMunge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698