[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation
    Phillip Johnston via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 21 12:37:07 PDT 2019
    
    
  
phillipjohnston marked an inline comment as done.
phillipjohnston added inline comments.
================
Comment at: compiler-rt/lib/crt/crtbegin.c:21
+static long __EH_FRAME_LIST__[]
+    __attribute__((section(".eh_frame"), aligned(sizeof(void *)))) = {};
+
----------------
Is there an alternative to a zero-length array here? 
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D28791/new/
https://reviews.llvm.org/D28791
    
    
More information about the llvm-commits
mailing list