Open
Description
#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