commit | 14403a22ee058879ae3b90e944fafc6f0454da3a | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jan 09 14:03:25 2025 -0800 |
committer | Ryan Prichard <rprichard@google.com> | Thu Jan 09 14:04:30 2025 -0800 |
tree | 6fde2c470528ad492cf98bef4e57666606159278 | |
parent | be170782e7dcf2b702d9824ae24f6e11a33926e3 [diff] |
Allow a host_ldlibs of "ntdll" on Windows LLVM is using this library for RtlGetLastNtStatus (https://llvm.org/pr90655). Bug: http://b/388607041 Test: presubmit Change-Id: Ia21372329112e7a9f3c6263b6a94195c33ba44f9
diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go index 1f6cf23..505ddfa 100644 --- a/cc/config/x86_windows_host.go +++ b/cc/config/x86_windows_host.go
@@ -112,6 +112,7 @@ "imagehlp", "iphlpapi", "netapi32", + "ntdll", "oleaut32", "ole32", "opengl32",