[all-commits] [llvm/llvm-project] 8822ea: [compiler-rt] Switch LLD specific tests to a more ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Oct 20 23:43:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8822eaae0f459c478cf7c08ea662b2cbdfca34f3
https://github.com/llvm/llvm-project/commit/8822eaae0f459c478cf7c08ea662b2cbdfca34f3
Author: Martin Storsjö <martin at martin.st>
Date: 2023-10-21 (Sat, 21 Oct 2023)
Changed paths:
M compiler-rt/test/profile/Windows/coverage-weak-lld.cpp
Log Message:
-----------
[compiler-rt] Switch LLD specific tests to a more precise option (#69781)
Prefer the new flag -lld-allow-duplicate-weak (which was added recently
in a67ae8c0fd301a11e2a058e8035304cfc70a3e91), over the old -lldmingw.
The -lldmingw option enables a number of different behaviours, while
this test only is interested in one aspect of them.
This should allow making -lldmingw more strict with not enabling MSVC
specific behaviours like inferring lib directories automatically from
the environment, as being pursued in https://reviews.llvm.org/D144084.
More information about the All-commits
mailing list