This is an archive of the discontinued LLVM Phabricator instance.

Adjust cardinality of internal inliner thresholds
ClosedPublic

Authored by Kader on Jan 31 2019, 12:35 PM.

Details

Summary

While compiling openJDK11 (also other workloads), some make files would pass both CFLAGS and LDFLAGS at link step ; resulting in duplicate options on the command line when one is using LTO and trying to influence the inliner. Most of the internal flags are ZeroOrMore, this diff changes the remaining ones.

Diff Detail

Repository
rL LLVM

Event Timeline

Kader created this revision.Jan 31 2019, 12:35 PM
Kader edited the summary of this revision. (Show Details)Jan 31 2019, 12:40 PM
Kader edited the summary of this revision. (Show Details)Feb 4 2019, 8:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2019, 8:22 AM
twoh accepted this revision.Feb 4 2019, 8:52 AM

LGTM

This revision is now accepted and ready to land.Feb 4 2019, 8:52 AM
Kader added a comment.Feb 4 2019, 9:27 AM

@twoh Can you push this for me ? I don't have commit access yet.

This revision was automatically updated to reflect the committed changes.