Files
RedBear-OS/local/recipes/dev/spirv-llvm-translator/source/test/nullptr-metadata-test.ll
T

11 lines
245 B
LLVM

; This test ensures that the translator does not crash
; RUN: llvm-as %s -o %t.bc
; RUN: llvm-spirv %t.bc -o %t.spv
; ModuleID = 'test.bc'
target triple = "spir64"
declare dllexport void @test_func(i32) #0
attributes #0 = { "VCSLMSize"="0" }