mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
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
|