diff options
author | Martin Storsjö <martin@martin.st> | 2024-08-08 13:51:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 13:51:07 +0300 |
commit | 5ea9dd8c7076270695a1d90b9c73718e7d95e0bf (patch) | |
tree | 115f6170df66acae6ea8e7ef4bb76183d86aa690 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | abcaac1c49bec3ee4bfc95e7211ecb7aabfb49e3 (diff) | |
download | llvm-5ea9dd8c7076270695a1d90b9c73718e7d95e0bf.zip llvm-5ea9dd8c7076270695a1d90b9c73718e7d95e0bf.tar.gz llvm-5ea9dd8c7076270695a1d90b9c73718e7d95e0bf.tar.bz2 |
[compiler-rt] Support building runtimes for Windows on arm32 (#101462)
In these environments, the architecture name is armv7; recognize that
and enable the relevant runtimes.
Fix building the sanitizer_common library for this target, by using the
right registers for the architecture - this is similar to what
0c391133c9201ef29273554a1505ef855ce17668 did for aarch64.
(Still, address sanitizer doesn't support hooking functions at runtime
on armv7 or aarch64 - but other runtimes such as ubsan do work.)
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions