mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +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
138 B
LLVM
7 lines
138 B
LLVM
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
|
|
|
|
target datalayout = "p:64:64:24"
|
|
|
|
; CHECK: Pointer preferred alignment must be a power of 2
|
|
|