Skip to content

Commit b8ee0dd

Browse files
committed
Revert "Minidump/Windows: Fix module lookup"
Although there is nothing wrong with this patch, the test added here uncovers a problem in other parts of the code which cause the test to fail when running under asan. Reverting the patch until I can fix the underlying issue(s). This reverts commit r368416. llvm-svn: 368838
1 parent b9138bc commit b8ee0dd

File tree

4 files changed

+0
-69
lines changed

4 files changed

+0
-69
lines changed

lldb/lit/Minidump/Windows/Inputs/find-module.dmp.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

lldb/lit/Minidump/Windows/Inputs/find-module.exe.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

lldb/lit/Minidump/Windows/find-module.test

Lines changed: 0 additions & 10 deletions
This file was deleted.

lldb/source/Plugins/Process/minidump/MinidumpParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ ArchSpec MinidumpParser::GetArchitecture() {
188188
case OSPlatform::Win32NT:
189189
case OSPlatform::Win32CE:
190190
triple.setOS(llvm::Triple::OSType::Win32);
191-
triple.setVendor(llvm::Triple::VendorType::PC);
192191
break;
193192
case OSPlatform::Linux:
194193
triple.setOS(llvm::Triple::OSType::Linux);

0 commit comments

Comments
 (0)