about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/debug.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-02-20 00:37:26 +0100
committerGitHub <noreply@github.com>2022-02-20 00:37:26 +0100
commit1771b98a69b0b8d142507cce4b32db404950add6 (patch)
treefa6a715fda81721f8be2eb52cdad84425d4d07ce /compiler/rustc_mir_transform/src/coverage/debug.rs
parent6b69121d0d10578922bdb22788293319483b109c (diff)
parent0647e3890435b387f7815e0e9bfb1786e1787d9f (diff)
downloadrust-1771b98a69b0b8d142507cce4b32db404950add6.tar.gz
rust-1771b98a69b0b8d142507cce4b32db404950add6.zip
Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-Simulacrum
adapt static-nobundle test to use llvm-nm

No functional changes intended.

This updates the test case to use llvm-nm instead of the system nm.
This fixes an instance over at the experimental build of rustc with HEAD LLVM:
https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/8380#ef6f41b5-8595-49a6-be37-0eff80e0ccb5
It is related to https://github.com/rust-lang/rust/pull/94001.

The issue is that this test uses the system nm, which may not be recent
enough to understand the update to uwtable. This replaces the test to
use the llvm-nm that should be recent enough (consistent with the LLVM
sources we use to build rustc).
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/debug.rs')
0 files changed, 0 insertions, 0 deletions