[PATCH] D22019: [esan:cfrag] Add option -esan-small-binary
Qin Zhao via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 14:46:09 PDT 2016
zhaoqin created this revision.
zhaoqin added a reviewer: aizatsky.
zhaoqin added subscribers: vitalybuka, zhaoqin, kcc, eugenis, bruening, llvm-commits.
Adds option -esan-small-binary to generate smaller binary with less
information.
Extracts code for creating auxiliary information from
createCacheFragInfoGV into createCacheFragAuxGV.
Adds test struct_field_small.ll for -esan-small-binary test.
http://reviews.llvm.org/D22019
Files:
lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
test/Instrumentation/EfficiencySanitizer/struct_field_count_basic.ll
test/Instrumentation/EfficiencySanitizer/struct_field_small.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22019.62794.patch
Type: text/x-patch
Size: 30150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160705/49c935da/attachment.bin>
More information about the llvm-commits
mailing list