[PATCH] D28626: RFC: Generalize inverted gc dependencies
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 15:58:43 PST 2017
eugenis added inline comments.
================
Comment at: llvm/include/llvm/Support/ELF.h:752
+ // FIXME: Tentative value.
+ SHF_ASSOCIATED = 0x1000U,
+
----------------
this is conflicting with XCORE_SHF_DP_SECTION a few lines below, which is printed in assembly as "d" flag instead of "o"
https://reviews.llvm.org/D28626
More information about the llvm-commits
mailing list