Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is
authorReid Spencer <rspencer@reidspencer.com>
Wed, 10 Jan 2007 19:50:43 +0000 (19:50 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 10 Jan 2007 19:50:43 +0000 (19:50 +0000)
commit11f457aad3fe3ae09c1838b542e4a95541d2742f
tree00e822e54b4de42233d69ac2d74a6063175e2937
parent162b02e327873f2460dc9f2863f7ef7e77df9d56
Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is
a bit of a hack but it lets some of the llvm-test programs run.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33058 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/DynamicLibrary.cpp