Make linkerprivate work for ARM and PPC. Testcase covers
authorDale Johannesen <dalej@apple.com>
Mon, 24 Aug 2009 01:03:42 +0000 (01:03 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 24 Aug 2009 01:03:42 +0000 (01:03 +0000)
commita60e51f7e81bdb99ca331776a06c93dfd6043762
treebde19356477e66b4154100d0c7a9a7c383934576
parente029305bb044847b1f2b3095cc07ea61ab9a8995
Make linkerprivate work for ARM and PPC.  Testcase covers
all Darwin targets; could be split into separate tests for
the chip subdirectories, but from Chris' last mail on testing
I assume he'd rather have only one test.  Generic seems to be
the best available, maybe there should be a Darwin subdirectory?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79877 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
test/CodeGen/Generic/2009-08-23-linkerprivate.ll [new file with mode: 0644]