To match GCC.
Options -m[no-]strict-align are aliases of -m[no-]unaligned-access
in clang, but there is no corresponding option in GCC.
Support of -m[no-]unaligned-access in GCC may be needed to align
Clang/GCC.
Differential D155456
[RISCV] Support -m[no-]strict-align options wangpc on Jul 17 2023, 6:08 AM. Authored by
Details To match GCC. Options -m[no-]strict-align are aliases of -m[no-]unaligned-access Support of -m[no-]unaligned-access in GCC may be needed to align
Diff Detail
Event Timeline
Comment Actions LGTM
|
This looks a bit fragile, can we just check all -target-feature flags instead and add --implicit-check-not='-target-feature" to Filecheck?