mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 21:36:06 +00:00
Remove a reference to rdar://5972456
The details in the radar don't seem all that relevant.
This commit is contained in:
parent
b13248f997
commit
6affdbad93
@ -71,7 +71,7 @@ LLVM_DUMP_METHOD void SubtargetFeatures::dump() const {
|
||||
void SubtargetFeatures::getDefaultSubtargetFeatures(const Triple& Triple) {
|
||||
// FIXME: This is an inelegant way of specifying the features of a
|
||||
// subtarget. It would be better if we could encode this information
|
||||
// into the IR. See <rdar://5972456>.
|
||||
// into the IR.
|
||||
if (Triple.getVendor() == Triple::Apple) {
|
||||
if (Triple.getArch() == Triple::ppc) {
|
||||
// powerpc-apple-*
|
||||
|
Loading…
x
Reference in New Issue
Block a user