summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/global-merge-hidden-minsize.ll
Commit message (Collapse)AuthorAgeFilesLines
* Drop arm triple from test/CodeGen/AArch64/global-merge-hidden-minsize.llHans Wennborg2020-01-301-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 globalsMichael Spang2020-01-291-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)
OpenPOWER on IntegriCloud