diff options
author | Soo-Hwan Na <whiteshell2544@naver.com> | 2024-07-10 09:20:07 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-07-10 09:21:21 -0700 |
commit | 6dee153242d7becebe026a9bed52f4114441719d (patch) | |
tree | 4d2a1941113301019d2c3a29db7f2fab89a9dbf4 /absl/status | |
parent | f46495ea96f68fc3f6c394f099b2992743f6ff7f (diff) |
PR #1707: Fixup absl_random compile breakage in Apple ARM64 targets
Imported from GitHub PR https://github.com/abseil/abseil-cpp/pull/1707
Switched to append a full string of "-Xarch_x86_64 -maes" instead of " -Xarch_x86_64" "-maes", for example. Now cmake correctly appends -Xarch_x86_64 to each x64 specific compile option, removing the error caused in recent clang releases:
clang++: error: unsupported option '-msse4.1' for target 'arm64-apple-darwin23.5.0'
Merge 83d17537ee70158d627681a0f0c15f15f30ef838 into f46495ea96f68fc3f6c394f099b2992743f6ff7f
Merging this change closes #1707
COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1707 from Royna2544:patch-1 83d17537ee70158d627681a0f0c15f15f30ef838
PiperOrigin-RevId: 651046496
Change-Id: Ifdb3848febeead4fb562a2d9f0fdca2e0aea185d
Diffstat (limited to 'absl/status')
0 files changed, 0 insertions, 0 deletions