[clang] Test locally scoped resources (PR #190037)
Justin Bogner via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 13 14:48:29 PDT 2026
================
@@ -0,0 +1,29 @@
+// REQUIRES: asserts
+// RUN: not --crash %clang_cc1 -std=hlsl202x -finclude-default-header -triple dxil-pc-shadermodel6.6-compute %s -emit-obj -O1 -o %t 2>&1 | FileCheck %s
----------------
bogner wrote:
That sounds reasonable to me.
https://github.com/llvm/llvm-project/pull/190037
More information about the cfe-commits
mailing list