We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/ui/sanitizer/asan_odr_windows.rs
On a Windows host I tried running tests/ui/sanitizer/asan_odr_windows.rs with lld:
./x test ui --stage 1 --test-args asan_odr_windows --set rust.lld=true
This fails with the following error:
error: linking with `F:\rust\build\x86_64-pc-windows-msvc\stage0\lib/rustlib\x86_64-pc-windows-msvc\bin\rust-lld` failed: exit code: 1 | = note: "F:\\rust\\build\\x86_64-pc-windows-msvc\\stage0\\lib/rustlib\\x86_64-pc-windows-msvc\\bin\\rust-lld" "-flavor" "link" "/NOLOGO" "F:\\Temp\\rustc_temp\\rustcXvYNiU\\symbols.o" "/WHOLEARCHIVE:<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc-dev_rt.asan.a" "<1 object files omitted>" "F:\\rust\\build\\x86_64-pc-windows-msvc\\test\\ui\\sanitizer\\asan_odr_windows\\auxiliary/{libothercrate.rlib}.rlib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\std-e975f39360e5da55.dll.lib" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libcompiler_builtins-*}.rlib" "kernel32.lib" "kernel32.lib" "advapi32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "F:\\Temp\\rustc_temp\\rustcXvYNiU\\api-ms-win-core-synch-l1-2-0.dll_imports_indirect.lib" "F:\\Temp\\rustc_temp\\rustcXvYNiU\\bcryptprimitives.dll_imports_indirect.lib" "/NXCOMPAT" "/LIBPATH:F:\\rust\\build\\x86_64-pc-windows-msvc\\native\\rust-test-helpers" "/LIBPATH:F:\\rust\\build\\x86_64-pc-windows-msvc\\test\\ui\\sanitizer\\asan_odr_windows\\auxiliary" "/OUT:F:\\rust\\build\\x86_64-pc-windows-msvc\\test\\ui\\sanitizer\\asan_odr_windows\\a.exe" "/OPT:REF,ICF" "/DEBUG" "/PDBALTPATH:%_PDB%" = note: some arguments are omitted. use `--verbose` to show all linker arguments = note: rust-lld: error: could not open 'F:\rust\build\x86_64-pc-windows-msvc\stage1\lib\rustlib\x86_64-pc-windows-msvc\lib\librustc-dev_rt.asan.a': no such file or directory␍
The test passed with the msvc linker.
The text was updated successfully, but these errors were encountered:
I think this is #135013? 😄
Sorry, something went wrong.
Oh, you're right! Duplicate of #135013
No branches or pull requests
On a Windows host I tried running
tests/ui/sanitizer/asan_odr_windows.rs
with lld:This fails with the following error:
The test passed with the msvc linker.
The text was updated successfully, but these errors were encountered: