[clang] [HLSL] Update Sema Checking Diagnostics for builtins (PR #138429)
Joshua Batista via cfe-commits
cfe-commits at lists.llvm.org
Mon May 5 11:40:08 PDT 2025
================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -verify-ignore-unexpected
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -verify-ignore-unexpected=note,warning
----------------
bob80905 wrote:
Are the notes / warnings irrelevant or overbearing? Any way to add them in so this option can be dropped?
https://github.com/llvm/llvm-project/pull/138429
More information about the cfe-commits
mailing list