[PATCH] D86461: [AIX][XCOFF][Patch2] decode vector information and extent long table of the traceback table of the xcoff.
    Jason Liu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov 16 08:30:32 PST 2020
    
    
  
jasonliu added inline comments.
================
Comment at: llvm/unittests/Object/XCOFFObjectFileTest.cpp:162
+
+#define TB_SSP_CANARY 0x20 /* stack smasher canary present on stack */
+
----------------
This is a mask that's likely to get reused somewhere else when we try to decoding and encoding the traceback table content. Could we put that set of masks in the XCOFF.h header?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86461/new/
https://reviews.llvm.org/D86461
    
    
More information about the llvm-commits
mailing list