blob: 3cf8efeb10e35211abf9bb78fdaaa7478b1d2642 [file] [edit]
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
; CHECK: huge alignments are not supported yet
define void @error() prefalign(8589934592) {
ret void
}