[llvm] Allow "[[FLAGS=<none>]]" value in the ELF Fileheader Flags field (PR #143845)

Aakanksha Patil via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 09:15:16 PDT 2025


================
@@ -112,7 +112,7 @@ FileHeader:
   filetype:        0x00000002
   ncmds:           4
   sizeofcmds:      400
-  flags:           [[FLAGS]]
----------------
aakanksha555 wrote:

Undid the change; wanted to show [[FLAGS=<none>]] is supported.

https://github.com/llvm/llvm-project/pull/143845


More information about the llvm-commits mailing list