mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
9691e92c81
Previously this resulted in asserts and/or crashes (depending on build configuration) at various phases in the optimizer. llvm-svn: 230938
7 lines
132 B
LLVM
7 lines
132 B
LLVM
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
|
|
|
|
target datalayout = "p:64:24:64"
|
|
|
|
; CHECK: Pointer ABI alignment must be a power of 2
|
|
|