[all-commits] [llvm/llvm-project] 174141: [lld-link] Tweak winsysroottest.test to have passi...
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Mar 14 07:44:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17414150cfa0e25656fff11d41c42294a03b07a1
https://github.com/llvm/llvm-project/commit/17414150cfa0e25656fff11d41c42294a03b07a1
Author: Nico Weber <thakis at chromium.org>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M lld/test/COFF/winsysroot.test
Log Message:
-----------
[lld-link] Tweak winsysroottest.test to have passing links on happy path
Previously, the test checked for a "undefined symbol" error
(instead of the "could not open std*.lib" which would happen without
the flag).
Instead, use /entry: so that the link succeeds.
No behavior change, but maybe makes the test a bit easier to understand.
Differential Revision: https://reviews.llvm.org/D121553
More information about the All-commits
mailing list