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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 00:51:26 PDT 2025


================
@@ -0,0 +1,25 @@
+## Test for FileHeader Flags
+## When FLAGS variable isn't defined, the e_flags value is 0,
+## otherwise it's the specified value
----------------
jh7370 wrote:

```suggestion
## Test for FileHeader Flags.
## When FLAGS variable isn't defined, the e_flags value is 0.
## Otherwise, it's the specified value.
```

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


More information about the llvm-commits mailing list