Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute. | Jonas Paulsson | 2019-12-18 | 1 | -1/+1 |
| | | | | | | | | Let the "mnop-mcount" function attribute simply be present or non-present. Update SystemZ backend as well to use hasFnAttribute() instead. Review: Ulrich Weigand https://reviews.llvm.org/D71669 | ||||
* | [SystemZ] Recognize mnop-mcount in backend | Jonas Paulsson | 2019-09-26 | 1 | -0/+26 |
With -pg -mfentry -mnop-mcount, a nop is emitted instead of the call to fentry. Review: Ulrich Weigand https://reviews.llvm.org/D67765 llvm-svn: 372950 |