[clang] [Clang][HLSL] Add environment parameter to availability attribute (PR #89809)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Tue May 14 09:13:50 PDT 2024
================
@@ -0,0 +1,140 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel5.0-compute -fsyntax-only -verify %s
----------------
farzonl wrote:
could we do different runs for pixel and mesh to cover their different version availabilities from compute?
https://github.com/llvm/llvm-project/pull/89809
More information about the cfe-commits
mailing list