Skip to content

Commit

Permalink
Remove a reference to rdar://5972456
Browse files Browse the repository at this point in the history
The details in the radar don't seem all that relevant.
  • Loading branch information
jroelofs committed Aug 10, 2023
1 parent b13248f commit 6affdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/TargetParser/SubtargetFeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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-*
Expand Down

0 comments on commit 6affdba

Please sign in to comment.