Add support for ".so" files compiled with LLVM which contain LLVM bytecode.
authorChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2005 18:30:29 +0000 (18:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2005 18:30:29 +0000 (18:30 +0000)
commit97716a47a1929c57f6ce2c34d76141fd51071ce1
tree0e4b6781c2940072cbbc48f5b0d7c00dddb66adb
parentb9476d9b45025905146f40370056a985f305bc8e
Add support for ".so" files compiled with LLVM which contain LLVM bytecode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20253 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkLibraries.cpp
lib/Linker/Linker.cpp