Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update test of r344198 to work with release builds. | Warren Ristow | 2018-10-11 | 1 | -2/+2 |
| | | | | llvm-svn: 344286 | ||||
* | [LTO] Account for overriding lib calls via the alias attribute | Warren Ristow | 2018-10-10 | 1 | -0/+69 |
Given a library call that is represented as an llvm intrinsic call, but later transformed to an actual call, if an overriding definition of that library routine is provided indirectly via an alias, prevent LTO from eliminating the definition. This is a fix for PR38547. Differential Revision: https://reviews.llvm.org/D52836 llvm-svn: 344198 |