[llvm] [ASan][AMDGPU] Fix Assertion Failure. (PR #78710)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 05:10:19 PST 2024


================
@@ -0,0 +1,67 @@
+;RUN: opt < %s -passes=asan -S | FileCheck %s
----------------
arsenm wrote:

Use -mtriple instead of target triple. Also use generated checks instead of manually written, almost generated checks 

https://github.com/llvm/llvm-project/pull/78710


More information about the llvm-commits mailing list