You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
11
external/llvm/test/Linker/syncscopes.ll
vendored
11
external/llvm/test/Linker/syncscopes.ll
vendored
@ -1,11 +0,0 @@
|
||||
; RUN: llvm-link %S/Inputs/syncscope-1.ll %S/Inputs/syncscope-2.ll -S | FileCheck %s
|
||||
|
||||
; CHECK-LABEL: define void @syncscope_1
|
||||
; CHECK: fence syncscope("agent") seq_cst
|
||||
; CHECK: fence syncscope("workgroup") seq_cst
|
||||
; CHECK: fence syncscope("wavefront") seq_cst
|
||||
|
||||
; CHECK-LABEL: define void @syncscope_2
|
||||
; CHECK: fence syncscope("image") seq_cst
|
||||
; CHECK: fence syncscope("agent") seq_cst
|
||||
; CHECK: fence syncscope("workgroup") seq_cst
|
Reference in New Issue
Block a user