[clang] [llvm] [HIP] Fix ubsan function checks applied to kernel functions (PR #188872)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 3 13:23:53 PDT 2026


================
@@ -1,5 +1,4 @@
 ; RUN:  llvm-dis < %s.bc| FileCheck %s
-; RUN:  verify-uselistorder < %s.bc
----------------
jhuber6 wrote:

The problem is it's comparing this against some like llvm 3.2 version and I didn't know how to fix it without just changing that.

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


More information about the cfe-commits mailing list