[clang] [llvm] Add cross builtins and cross HLSL function to DirectX and SPIR-V backend (PR #109180)

Joshua Batista via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 2 14:01:11 PDT 2024


================
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -disable-llvm-passes -verify -verify-ignore-unexpected
----------------
bob80905 wrote:

Thanks, this revealed a missing open curly brace on line 18!
I got rid of this extra flag, seems to be a needless copy.

https://github.com/llvm/llvm-project/pull/109180


More information about the cfe-commits mailing list