[clang] [llvm] Reland "[HLSL] Implement the reflect HLSL function" (PR #125599)

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 22 18:15:19 PST 2025


================
@@ -1,6 +1,5 @@
-; RUN: not llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o /dev/null 2>&1 | FileCheck %s
-; RUN: not llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown %s -o /dev/null 2>&1 | FileCheck %s
-; UNSUPPORTED: hwasan
+; RUN: not llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - 2>&1 | FileCheck %s
----------------
vitalybuka wrote:

you don't need this patch
https://github.com/llvm/llvm-project/pull/128386/files passes: https://lab.llvm.org/buildbot/#/builders/55/builds/7459

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


More information about the cfe-commits mailing list