Files
archived-llvm/test/Transforms/FunctionImport/Inputs/funcimport_cutoff.ll
Teresa Johnson b1a5bd8ba9 [ThinLTO] Add an import cutoff for debugging/triaging
Summary:
Adds -import-cutoff=N which will stop importing during the thin link
after N imports. Default is -1 (no  limit).

Reviewers: wmi

Subscribers: inglorion, llvm-commits

Differential Revision: https://reviews.llvm.org/D45127

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328934 91177308-0d34-0410-b5e6-96231b3b80d8
2018-04-01 15:54:40 +00:00

10 lines
83 B
LLVM

define void @foo() {
entry:
ret void
}
define void @bar() {
entry:
ret void
}