mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
56bf673f0a
Range metadata was disabled for amdgpu due to a backend bug. I did not encounter any problems when removing the workaround to enable range metadata (tried compiling `core` and `alloc`), so I assume this has been fixed in LLVM in the last years. Remove the workaround to re-enable range metadata.