[llvm] 6affdba - Remove a reference to rdar://5972456

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 18:11:43 PDT 2023


Author: Jon Roelofs
Date: 2023-08-09T18:11:28-07:00
New Revision: 6affdbad938d248ef18178f8f1563d153b82db3f

URL: https://github.com/llvm/llvm-project/commit/6affdbad938d248ef18178f8f1563d153b82db3f
DIFF: https://github.com/llvm/llvm-project/commit/6affdbad938d248ef18178f8f1563d153b82db3f.diff

LOG: Remove a reference to rdar://5972456

The details in the radar don't seem all that relevant.

Added: 
    

Modified: 
    llvm/lib/TargetParser/SubtargetFeature.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/TargetParser/SubtargetFeature.cpp b/llvm/lib/TargetParser/SubtargetFeature.cpp
index 7c8bd44f788512..2c51c403c19349 100644
--- a/llvm/lib/TargetParser/SubtargetFeature.cpp
+++ b/llvm/lib/TargetParser/SubtargetFeature.cpp
@@ -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-*


        


More information about the llvm-commits mailing list