No need to print function stubs for Mac OS X 10.5 and up. Linker will handle it.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 20 Sep 2008 00:13:45 +0000 (00:13 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 20 Sep 2008 00:13:45 +0000 (00:13 +0000)
commit91a23c82338819564ffa3a4af8aa4b462da7b3b0
tree861cfb3f432154c720963d17cec5a40e2ca8c63f
parent0333920a05e00e9bbd9b277ea2474b33e2db5063
No need to print function stubs for Mac OS X 10.5 and up. Linker will handle it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56378 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
test/CodeGen/X86/darwin-stub.ll [new file with mode: 0644]