mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-10 01:10:48 +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
|