mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 19:59:57 +00:00
3c81367a5d
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211943 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
189 B
LLVM
6 lines
189 B
LLVM
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
|
|
|
|
; Error out if initializer is given for address spaces that do not support initializers
|
|
; XFAIL: *
|
|
@g0 = addrspace(3) global i32 42
|