about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/lexer/diagnostics.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-05-07 00:03:52 +0000
committerbors <bors@rust-lang.org>2024-05-07 00:03:52 +0000
commit5ae5d135372c4b576edc73c191d2dc86b1d16b5c (patch)
treee6bebed6590b3a170b0308a93d61a84b9691320b /compiler/rustc_parse/src/lexer/diagnostics.rs
parent7d83a4c131ab9ae81a74c6fd825c827d74a2881d (diff)
parent6c348aca4ebb8f22c56e85a3c50513049673d74d (diff)
downloadrust-5ae5d135372c4b576edc73c191d2dc86b1d16b5c.tar.gz
rust-5ae5d135372c4b576edc73c191d2dc86b1d16b5c.zip
Auto merge of #124830 - aeubanks:dbg, r=durin42
Adjust dbg.value/dbg.declare checks for LLVM update

https://github.com/llvm/llvm-project/pull/89799 changes llvm.dbg.value/declare intrinsics to be in a different, out-of-instruction-line representation. For example
  call void `@llvm.dbg.declare(...)`
becomes
  #dbg_declare(...)

Update tests accordingly to work with both the old and new way.
Diffstat (limited to 'compiler/rustc_parse/src/lexer/diagnostics.rs')
0 files changed, 0 insertions, 0 deletions