aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-08-17 08:30:31 +0000
committerRui Ueyama <ruiu@google.com>2015-08-17 08:30:31 +0000
commitd157088adb0186c49e0cbe6ba8da8d527a83c04b (patch)
treeda99e85cbdc400378826eedd20a277c793b76200 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parente73e418bb454b6d6e936b8c2591d0d4e827dcaba (diff)
downloadllvm-d157088adb0186c49e0cbe6ba8da8d527a83c04b.zip
llvm-d157088adb0186c49e0cbe6ba8da8d527a83c04b.tar.gz
llvm-d157088adb0186c49e0cbe6ba8da8d527a83c04b.tar.bz2
COFF: Fix the order of the DLL import entry.
There are some DLLs whose initializers depends on other DLLs' initializers. The initialization order matters for them. MSVC linker uses the order of the libraries from the command line. LLD used ASCII-betical order. So they were incompatible. This patch makes LLD compatible with MSVC. llvm-svn: 245201
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions