Remove a reference to rdar://5972456

The details in the radar don't seem all that relevant.
This commit is contained in:
Jon Roelofs 2023-08-09 18:09:59 -07:00
parent b13248f997
commit 6affdbad93
Failed to extract signature

View File

@ -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-*