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

Side by Side Diff: tools/pnacl-thaw/LLVMBuild.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
1 ;===- ./tools/pnacl-freeze/LLVMBuild.txt -----------------------*- Conf -*--===; 1 ;===- ./tools/pnacl-thaw/LLVMBuild.txt -----------------------*- Conf -*--===;
2 ;===------------------------------------------------------------------------===; 2 ;===------------------------------------------------------------------------===;
3 ; 3 ;
4 ; This is an LLVMBuild description file for the components in this subdirectory. 4 ; This is an LLVMBuild description file for the components in this subdirectory.
5 ; 5 ;
6 ; For more information on the LLVMBuild system, please see: 6 ; For more information on the LLVMBuild system, please see:
7 ; 7 ;
8 ; http://llvm.org/docs/LLVMBuild.html 8 ; http://llvm.org/docs/LLVMBuild.html
9 ; 9 ;
10 ;===------------------------------------------------------------------------===; 10 ;===------------------------------------------------------------------------===;
11 11
12 [component_0] 12 [component_0]
13 type = Tool 13 type = Tool
14 name = pnacl-freeze 14 name = pnacl-thaw
15 parent = Tools 15 parent = Tools
16 required_libraries = NaClBitWriter BitReader 16 required_libraries = BitWriter NaClBitReader
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698