mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
5 lines
134 B
LLVM
5 lines
134 B
LLVM
|
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
|
||
|
|
||
|
; CHECK: Invalid address space, must be a 24-bit integer
|
||
|
target datalayout = "P16777216"
|