[llvm] [HWASAN] Update dbg.assign intrinsics in HWAsan pass (PR #79864)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 13:58:19 PST 2024
================
@@ -0,0 +1,72 @@
+; RUN: llc -filetype=obj -o - %s | llvm-dwarfdump - | FileCheck %s
+; RUN: llc --try-experimental-debuginfo-iterators -filetype=obj -o - %s | llvm-dwarfdump - | FileCheck %s
+
----------------
fmayer wrote:
Please add a sentence what we are testing here.
https://github.com/llvm/llvm-project/pull/79864
More information about the llvm-commits
mailing list