diff options
author | Martin Storsjö <martin@martin.st> | 2021-03-08 13:38:52 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2021-03-10 08:43:54 +0200 |
commit | 8bd2722f65cfd7883ed9769f7bad3ff50e4c6905 (patch) | |
tree | 4e1132020068faac72a5d4b4ca45ce87e4e6d31d /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | |
parent | 74bece8ddee73b28af42b0fa38786d974aeac972 (diff) | |
download | llvm-8bd2722f65cfd7883ed9769f7bad3ff50e4c6905.zip llvm-8bd2722f65cfd7883ed9769f7bad3ff50e4c6905.tar.gz llvm-8bd2722f65cfd7883ed9769f7bad3ff50e4c6905.tar.bz2 |
[compiler-rt] Normalize i?86 to i386 and armv* to arm for COMPILER_RT_DEFAULT_TARGET_ARCH
This corresponds to getArchNameForCompilerRTLib in clang; any
32 bit x86 architecture triple (except on android, but those
exceptions are already handled in compiler-rt on a different level)
get the compiler rt library names with i386; arm targets get either
"arm" or "armhf". (Mapping to "armhf" is handled in the toplevel
CMakeLists.txt.)
Differential Revision: https://reviews.llvm.org/D98173
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions