[clang] [HLSL] Add -HV option translation to clang-dxc.exe (PR #83938)
Justin Bogner via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 20:58:04 PST 2024
================
@@ -0,0 +1,13 @@
+// RUN: %clang_dxc -T lib_6_4 -HV 2016 %s 2>&1 -### | FileCheck -check-prefix=2016 %s
+// RUN: %clang_dxc -T lib_6_4 -HV 2017 %s 2>&1 -### | FileCheck -check-prefix=2017 %s
+// RUN: %clang_dxc -T lib_6_4 -HV 2018 %s 2>&1 -### | FileCheck -check-prefix=2018 %s
+// RUN: %clang_dxc -T lib_6_4 -HV 2021 %s 2>&1 -### | FileCheck -check-prefix=2021 %s
----------------
bogner wrote:
Please also include at least one test of the `/HV` spelling
https://github.com/llvm/llvm-project/pull/83938
More information about the cfe-commits
mailing list