[all-commits] [llvm/llvm-project] f15247: [lldb] Require x86 for various NativePDB, Breakpad...
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Apr 13 05:52:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f152472af576e77f9b8736dafaffd31fce7b13b0
https://github.com/llvm/llvm-project/commit/f152472af576e77f9b8736dafaffd31fce7b13b0
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
M lldb/test/Shell/Minidump/Windows/Sigsegv/sigsegv.test
M lldb/test/Shell/Minidump/disassemble-no-module.yaml
M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-raSearch.test
M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win-no-memory-info.yaml
M lldb/test/Shell/SymbolFile/NativePDB/disassembly.cpp
M lldb/test/Shell/SymbolFile/NativePDB/function-types-calling-conv.cpp
M lldb/test/Shell/SymbolFile/NativePDB/s_constant.cpp
M lldb/test/Shell/SymbolFile/symbol-binding.test
Log Message:
-----------
[lldb] Require x86 for various NativePDB, Breakpad and Minidump tests
These tests fail if you build without the x86 llvm backend.
Either because they use an x86 triple or try to backtrace which
requires some x86 knowledge to see all frames.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D100194
More information about the All-commits
mailing list