[PATCH] D59185: [PowerPC] Set the default PLT mode on musl to Secure PLT

2019-05-29 Thread Fangrui Song via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL362051: [PowerPC] Set the default PLT mode on musl to Secure PLT (authored by MaskRay, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit:

[PATCH] D59185: [PowerPC] Set the default PLT mode on musl to Secure PLT

2019-03-27 Thread Justin Hibbits via Phabricator via cfe-commits
jhibbits accepted this revision. jhibbits added a comment. This revision is now accepted and ready to land. Looks fine to me. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59185/new/ https://reviews.llvm.org/D59185

[PATCH] D59185: [PowerPC] Set the default PLT mode on musl to Secure PLT

2019-03-09 Thread A. Wilcox via Phabricator via cfe-commits
awilfox created this revision. awilfox added reviewers: nemanjai, jhibbits. Herald added subscribers: cfe-commits, jsji, kbarton. Herald added a project: clang. The musl libc only supports Secure PLT. Repository: rC Clang https://reviews.llvm.org/D59185 Files: