diff options
author | Roman Divacky <rdivacky@freebsd.org> | 2012-02-27 20:42:19 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@freebsd.org> | 2012-02-27 20:42:19 +0000 |
commit | 9e2a79c2878afb4fd20a6ab05952b5f71cf580e9 (patch) | |
tree | a1f0fab94e90fc35a6588cb88d919a03bed197fa | |
parent | cd4f803ac1b366084bdf691d5da5563704e36dfe (diff) |
Test the section specification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151552 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/PowerPC/ppc64-linux-func-size.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/ppc64-linux-func-size.ll b/test/CodeGen/PowerPC/ppc64-linux-func-size.ll index 58ea988de9..e5aa1f169f 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 |