You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Draft] Use Module to get Triple in getDefaultSubtargetFeatures
Module can be used to query target-abi (follow up patch) which
can be used to populate default subtarget features.
It is currently not possible to provide any reasonable
target-features for compiler generated functions (See: #69780)
Having a target-abi will provide a way to add minimal
requirements for target-features like `+d` for RISC-V.
0 commit comments