diff options
author | Florian Hahn <flo@fhahn.com> | 2024-07-11 22:57:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 22:57:34 +0100 |
commit | d0d05aec3b6792136a9f75eb85dd2ea66005ae12 (patch) | |
tree | 168f026f6476c6b640c53dd4bc3b99295dc88b8f /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 9c1861bd5de0174fded95ea76c46ad7c7175af8b (diff) | |
download | llvm-d0d05aec3b6792136a9f75eb85dd2ea66005ae12.zip llvm-d0d05aec3b6792136a9f75eb85dd2ea66005ae12.tar.gz llvm-d0d05aec3b6792136a9f75eb85dd2ea66005ae12.tar.bz2 |
[Darwin] Fix availability of exp10 for watchOS, tvOS, xROS. (#98542)
Update availability information added in 1eb7f055d9a. exp10 is available
on iOS >= 7.0 and macOS >= 10.9. On all other platforms, it is available
on any version. Also drop the x86 check, as the availability only
depends on the OS version, not the target platform.
PR: https://github.com/llvm/llvm-project/pull/98542
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions