[PATCH] D28626: RFC: Generalize inverted gc dependencies

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 19:27:08 PST 2017


silvas added a comment.

Small nit.



================
Comment at: llvm/include/llvm/Support/ELF.h:749
 
+  // FIXME: Tentative value.
+  SHF_ASSOCIATED = 0x1000U,
----------------
Explain the semantics. There is currently no spec reference to look up.


https://reviews.llvm.org/D28626





More information about the llvm-commits mailing list