diff options
author | Julian Lettner <julian.lettner@apple.com> | 2021-12-15 19:33:51 -0800 |
---|---|---|
committer | Julian Lettner <julian.lettner@apple.com> | 2021-12-17 15:59:43 -0800 |
commit | 64f40417259c11ffcfccd2e812dd3e2d83b86591 (patch) | |
tree | 4dfcc673d99cce996350bb6d733f92faf9591de9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4399f3b6b0df2aa2c57e4a3049f5494b53f6921c (diff) | |
download | llvm-64f40417259c11ffcfccd2e812dd3e2d83b86591.zip llvm-64f40417259c11ffcfccd2e812dd3e2d83b86591.tar.gz llvm-64f40417259c11ffcfccd2e812dd3e2d83b86591.tar.bz2 |
[TSan][Darwin] Fix shadow mapping for iOS simulator on Apple Silicon
With the introduction of Apple Silicon `defined(__aarch64__)` is not a
reliable way to check for the platform anymore.
We want to use the "normal" `Mapping48AddressSpace` mapping everywhere
except devices, including the iOS simulators on AS.
Relevant revisions:
https://reviews.llvm.org/D35147
https://reviews.llvm.org/D86377
https://reviews.llvm.org/D107743
https://reviews.llvm.org/D107888
Differential Revision: https://reviews.llvm.org/D115843
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions