================
@@ -0,0 +1,44 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-vulkan-unknown %s -o - |
FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-vulkan-unknown %s -o -
-filetype=obj | spirv-val %}
----------------
kcloudy0717 wrote:
A question for @s-perron: Is specifying `internal` for functions not the
correct way? The check is getting `error: line 4: Capability Linkage is not
allowed by Vulkan 1.3 specification (or requires extension)` after adding the
vulkan1.3 triple and target env. Is `hidden` visibility style what I'm looking
for?
https://github.com/llvm/llvm-project/pull/188567
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits