[PATCH] D62097: UpdateTestChecks: arm64-eabi
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat May 18 03:56:57 PDT 2019
    
    
  
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: utils/UpdateTestChecks/asm.py:234
       'armv8a': (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE),
+      'arm64-eabi': (scrub_asm_arm_eabi, ASM_FUNCTION_AARCH64_RE),
       'mips': (scrub_asm_mips, ASM_FUNCTION_MIPS_RE),
----------------
pedantic - please can you put this with the other aarch64 entry at line 209?
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62097/new/
https://reviews.llvm.org/D62097
    
    
More information about the llvm-commits
mailing list