[PATCH] D103028: [clang][ARM] Remove arm2/3/6/7m CPU names
    David Spickett via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jun  2 03:38:01 PDT 2021
    
    
  
DavidSpickett added inline comments.
================
Comment at: clang/test/Misc/target-invalid-cpu-note.c:4
 // ARM: note: valid target CPU values are:
-// ARM-SAME: arm2
+// ARM-SAME: arm8
 
----------------
Despite the triple being armv5, clang just prints every CPU it knows about. The arm8 is now the first one.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103028/new/
https://reviews.llvm.org/D103028
    
    
More information about the llvm-commits
mailing list