[all-commits] [llvm/llvm-project] cafefe: [compiler-rt] [test] [builtins] Pass the right par...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Apr 13 02:11:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cafefe01604c12db7f860a29419b5940e0c993ae
https://github.com/llvm/llvm-project/commit/cafefe01604c12db7f860a29419b5940e0c993ae
Author: Martin Storsjö <martin at martin.st>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M compiler-rt/test/builtins/Unit/lit.cfg.py
Log Message:
-----------
[compiler-rt] [test] [builtins] Pass the right parameters for linking with -nodefaultlibs on mingw targets
The clang-cl/MSVC case is handled above, thus consider win32 && !is_msvc
to be mingw.
This matches the list of libraries passed by e.g. the libcxx build, when
using -nodefaultlibs.
Differential Revision: https://reviews.llvm.org/D147647
More information about the All-commits
mailing list