brintos

brintos / llvm-project-archived public Read only

0
0
Text · 179 B · c132a0a Raw
7 lines · plain
1; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s2; Radar 8143571: Function alignments were off by a power of two.3; CHECK: .p2align 14define void @test() {5  ret void6}7