[all-commits] [llvm/llvm-project] 7d0bbe: Re-apply https://reviews.llvm.org/D87921, was reve...
Sriraman Tallam via All-commits
all-commits at lists.llvm.org
Wed Sep 23 10:33:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7d0bbe40901cf60558c619c3174d71d7c53ca144
https://github.com/llvm/llvm-project/commit/7d0bbe40901cf60558c619c3174d71d7c53ca144
Author: Sriraman Tallam <tmsriram at google.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M clang/test/CodeGen/unique-internal-linkage-names.cpp
Log Message:
-----------
Re-apply https://reviews.llvm.org/D87921, was reverted to triage a PPC bot failure.
D87921 was reverted in commit b89059a31347dd09b55a96b99b3dbe38d7749908
as it was causing an unknown llvm PPC bot failure. Reapplying the patch
after confirming that this is not responsible. Build bot failure:
https://reviews.llvm.org/D87921#2286644 which caused the revert.
The wrong placement of add pass with optimizations led to
-funique-internal-linkage-names being disabled.
Fixed the placement of the MPM.addpass for UniqueInternalLinkageNames to make it
work correctly with -O2 and new pass manager. Updated the tests to explicitly
check O0 and O1.
Differential Revision: https://reviews.llvm.org/D87921
More information about the All-commits
mailing list