Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix failing testcase to check for the correct output | Bill Wendling | 2019-12-02 | 1 | -7/+2 |
| | |||||
* | Place the "cold" code piece into the same section as the original function | Bill Wendling | 2019-12-02 | 1 | -0/+33 |
Summary: This cropped up in the Linux kernel where cold code was placed in an incompatible section. Reviewers: compnerd, vsk, tejohnson Reviewed By: vsk Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70925 |