[PATCH] D45127: [ThinLTO] Add an import cutoff for debugging/triaging

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 31 11:23:45 PDT 2018


tejohnson created this revision.
tejohnson added a reviewer: wmi.
Herald added a subscriber: inglorion.

Adds -import-cutoff=N which will stop importing during the thin link
after N imports. Default is -1 (no  limit).


Repository:
  rL LLVM

https://reviews.llvm.org/D45127

Files:
  lib/Transforms/IPO/FunctionImport.cpp
  test/Transforms/FunctionImport/Inputs/funcimport_cutoff.ll
  test/Transforms/FunctionImport/funcimport_cutoff.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45127.140552.patch
Type: text/x-patch
Size: 4011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180331/210f2328/attachment.bin>


More information about the llvm-commits mailing list