This change unifies the long double format between x86_64 and aarch64
targets making it easier to write code that's independent of the target.
Details
Details
- Reviewers
mcgrathr jakehehrlich
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
clang/lib/Basic/Targets/X86.h | ||
---|---|---|
858 | Can we just do this in FuchsiaTargetInfo generically? |
Can we just do this in FuchsiaTargetInfo generically?
I think we'd like to make our core API types uniform across machines and this makes sure that we get the Fuchsia common choice rather than a machine-specific choice that might differ in a new machine.