brintos

brintos / llvm-project-archived public Read only

0
0
Text · 216 B · 9c0d088 Raw
7 lines · c
1// RUN:  %clang_cc1 -fsycl-is-device -triple spir64 -emit-llvm %s -o - | FileCheck %s2//3// Check that file-scope asm is ignored during device-side SYCL compilation.4//5// CHECK-NOT: module asm "foo"6__asm__("foo");7