[llvm] [AArch64TargetParser]Fix reconstructFromParsedFeatures ignoring negative features (PR #142236)
Tomas Matheson via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 05:22:03 PDT 2025
https://github.com/tmatheson-arm commented:
Since `reconstructFromParsedFeatures` is intended to reconstruct the extensions bitset from the `-cc1` command line, I'd like to see an integration test in addition to the TargetParserTests unittest. For example using `-cc1` with `--print-enabled-extensions` if that is possible.
https://github.com/llvm/llvm-project/pull/142236
More information about the llvm-commits
mailing list