You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#100178 switched a few places that previously used llvm-nm / llvm-objcopy to use nm / objcopy instead, because the LLVM tools have some kind of output redirection / piping issue with the new toolchain.
We should figure out what the root cause of this is an try to fix it somewhere.
#100178 switched a few places that previously used llvm-nm / llvm-objcopy to use nm / objcopy instead, because the LLVM tools have some kind of output redirection / piping issue with the new toolchain.
We should figure out what the root cause of this is an try to fix it somewhere.
Example:
rust/tests/run-make/native-link-modifier-bundle/Makefile
Lines 6 to 13 in c7bf469
The text was updated successfully, but these errors were encountered: