[PATCH] D153277: [BOLT][RISCV] Recognize mapping symbols
    Jessica Clarke via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Jul 29 00:27:59 PDT 2023
    
    
  
jrtc27 added inline comments.
================
Comment at: bolt/lib/Core/BinaryContext.cpp:1778
 
   if (*NameOrError == "$x" || NameOrError->startswith("$x."))
     return MarkerSymType::CODE;
----------------
This won't handle the `$x<isa>` and `$x<isa>.<uniquifier>` symbols present for RISC-V but not AArch64
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153277/new/
https://reviews.llvm.org/D153277
    
    
More information about the llvm-commits
mailing list