Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop arm triple from test/CodeGen/AArch64/global-merge-hidden-minsize.ll | Hans Wennborg | 2020-01-30 | 1 | -1/+0 |
| | | | | | | | Because it's in the AArch64/ directory, it runs in cases where the arm target may not be available, see comment on D73235. (cherry picked from commit 6be9acdfa814dee6c57833d5351137c72c11fbd3) | ||||
* | [GlobalMerge] Preserve symbol visibility when merging globals | Michael Spang | 2020-01-29 | 1 | -0/+26 |
Symbols created for merged external global variables have default visibility. This can break programs when compiling with -Oz -fvisibility=hidden as symbols that should be hidden will be exported at link time. Differential Revision: https://reviews.llvm.org/D73235 (cherry picked from commit a2fb2c0ddca14c133f24d08af4a78b6a3d612ec6) |