[libcxx-commits] [PATCH] D77359: [libunwind] add hexagon support
    Brian Cain via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Thu Apr  9 13:32:15 PDT 2020
    
    
  
bcain marked an inline comment as done.
bcain added inline comments.
================
Comment at: libunwind/src/assembly.h:82
+#if defined(__hexagon__)
+#define WEAK_ALIAS(name, aliasname) .weak name, aliasname
+#else
----------------
Tsk, no -- this was hasty.  This creates multiple weak symbols and doesn't do the aliasing.  Sorry for the distraction.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77359/new/
https://reviews.llvm.org/D77359
    
    
More information about the libcxx-commits
mailing list