summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-01-25 06:32:01 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-01-25 06:32:01 +0000
commit1c7c019229c28c0319d00f1322cf82a9b087fe73 (patch)
treecc6b4a056afbd5703fa4f32a5fdfd6168cbfcf34 /llvm/test
parentabda665f5f6b3f569ef28dba660234eee00a5168 (diff)
downloadbcm5719-llvm-1c7c019229c28c0319d00f1322cf82a9b087fe73.tar.gz
bcm5719-llvm-1c7c019229c28c0319d00f1322cf82a9b087fe73.zip
Private linkage support for PPC / Darwin.
llvm-svn: 62955
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/PowerPC/private.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/private.ll b/llvm/test/CodeGen/PowerPC/private.ll
index e25d2936b71..0f0d13492a0 100644
--- a/llvm/test/CodeGen/PowerPC/private.ll
+++ b/llvm/test/CodeGen/PowerPC/private.ll
@@ -5,6 +5,11 @@
; RUN: grep bl.*\.Lfoo %t
; RUN: grep .Lbaz: %t
; RUN: grep lis.*\.Lbaz %t
+; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin > %t
+; RUN: grep L_foo: %t
+; RUN: grep bl.*\L_foo %t
+; RUN: grep L_baz: %t
+; RUN: grep lis.*\L_baz %t
declare void @foo()
OpenPOWER on IntegriCloud