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

Side by Side Diff: tools/pnacl-hack-memset/LLVMBuild.txt

Issue 2262373002: Create one-off tool pnacl-hack-memset (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix issues raised in patch set 1. Created 4 years, 4 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-hack-memset/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-hack-memset
15 parent = Tools 15 parent = Tools
16 required_libraries = NaClBitWriter NaClBitReader BitReader 16 required_libraries = NaClBitWriter NaClBitReader BitReader
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698