llvm needs the OS to be set to either iOS or Mac OS X
authorJason Molenda <jmolenda@apple.com>
Tue, 16 Oct 2012 20:45:49 +0000 (20:45 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 16 Oct 2012 20:45:49 +0000 (20:45 +0000)
commit981d4dfa0f4e7ed2232e48845a239683fea182a4
tree2c5e57ef3a2a9ea51338f3ae0cb3cfb85bf701e8
parent596d2cacc7c4636cf14661403d00fbdcf4acd854
llvm needs the OS to be set to either iOS or Mac OS X
to work properly; when doing bare-boards rom debugging
force the OS to be one of those when initializing llvm.
<rdar://problem/12504138>

llvm-svn: 166057
lldb/source/Core/Module.cpp