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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 18 00:25:46 PDT 2025


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

You missed my other requests.
```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