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

Side by Side Diff: tools/pnacl-bcfuzz/LLVMBuild.txt

Issue 1156103003: Initial implementation of a record-level bitcode fuzzer. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@fuzz
Patch Set: Fix issues in last patch Created 5 years, 6 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-bcfuzz/LLVMBuild.txt -----------------------*- Conf -*--===;
2 ;===------------------------------------------------------------------------===; 2 ;===------------------------------------------------------------------------===;
jvoung (off chromium) 2015/06/02 16:14:03 This extra ;===------===; line seems extra.
Karl 2015/06/02 16:40:23 Done.
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-bcfuzz
15 parent = Tools 15 parent = Tools
16 required_libraries = NaClBitWriter NaClBitReader BitReader 16 required_libraries = NaClBitWriter NaClBitReader NaClBitTestUtils
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698