================
@@ -1180,6 +1180,9 @@ enum : unsigned {
// Section flags.
enum : unsigned {
+ // No flag
+ SHF_NONE = 0x0,
----------------
jsji wrote:
OK, see a similar discussion https://reviews.llvm.org/D61046 before too.
https://github.com/llvm/llvm-project/pull/112808