================ @@ -0,0 +1,28 @@ +// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -emit-llvm-only -disable-llvm-passes -verify ---------------- farzonl wrote:
Do we need `-emit-llvm-only -disable-llvm-passes`? This should just be sema checks we should never get to codegen. https://github.com/llvm/llvm-project/pull/187440 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
