]> granicus.if.org Git - llvm/commit
Adjust cardinality of internal inliner thresholds
authorDavid Callahan <dcallahan@fb.com>
Mon, 4 Feb 2019 18:46:25 +0000 (18:46 +0000)
committerDavid Callahan <dcallahan@fb.com>
Mon, 4 Feb 2019 18:46:25 +0000 (18:46 +0000)
commit6d1fd8955ecafb9ae25b56075af45b6803a5af95
tree8756adad65ad8fd312109bf13ee6264ab2f309cd
parent95da4b86ed1781013c1ef29d505c15c669cca474
Adjust cardinality of internal inliner thresholds

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.

Reviewers: david2050, twoh, modocache

Reviewed By: twoh

Subscribers: mehdi_amini, dexonsmith, eraman, haicheng, llvm-commits

Tags: #llvm

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

Patch by: Abdoul-Kader Keita

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353071 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InlineCost.cpp