-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcO-windowsOperating system: WindowsOperating system: Windows
Description
This is the command being used to run compiletest.exe for stage1:
PATH="/usr/local/bin:$PATH:stage1/lib/rustc/i686-pc-mingw32/lib" stage1/bin/comp
iletest.exe --compile-lib-path stage1/lib --run-lib-path stage1/lib/rustc/i686-p
c-mingw32/lib --rustc-path stage1/bin/rustc.exe --stage-id stage1 --rustcflags "
-O" --verbose --src-base ../src/test/run-pass/ --build-base test/run-pass/ --m
ode run-pass
stage1/bin/comp is linked against libraries in stage1/lib not stage1/lib/rustc/etc. so this ends up not finding the expected symbols.
It happens to work for stage2 because once we get that far in the compilation process the symbols end up being the same.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcO-windowsOperating system: WindowsOperating system: Windows
Type
Fields
Give feedbackNo fields configured for issues without a type.