From: Roman Divacky Date: Mon, 27 Feb 2012 20:42:19 +0000 (+0000) Subject: Test the section specification. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9e2a79c2878afb4fd20a6ab05952b5f71cf580e9;p=oota-llvm.git Test the section specification. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151552 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/ppc64-linux-func-size.ll b/test/CodeGen/PowerPC/ppc64-linux-func-size.ll index 58ea988de9b..e5aa1f169f6 100644 --- a/test/CodeGen/PowerPC/ppc64-linux-func-size.ll +++ b/test/CodeGen/PowerPC/ppc64-linux-func-size.ll @@ -1,6 +1,7 @@ ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=g5 | FileCheck %s -; CHECK: test1: +; CHECK: .section .opd,"aw",@progbits +; CHECK-NEXT: test1: ; CHECK-NEXT: .align 3 ; CHECK-NEXT: .quad .L.test1 ; CHECK-NEXT: .quad .TOC.@tocbase