mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-07 04:46:52 +00:00
![David Majnemer](/assets/img/avatar_default.png)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223903 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
125 B
LLVM
4 lines
125 B
LLVM
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
|
|
target datalayout = "p:52"
|
|
; CHECK: number of bits must be a byte width multiple
|