Skip to content

Commit

Permalink
[lldb] Require x86 for unwind no-return test
Browse files Browse the repository at this point in the history
The core file used is built for i386 so we
need the x86 backend to be able to load it.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D100195
  • Loading branch information
DavidSpickett committed Apr 13, 2021
1 parent 96c8216 commit a1f3187
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -15,6 +15,7 @@ class TestNoreturnModuleEnd(TestBase):
NO_DEBUG_INFO_TESTCASE = True
mydir = TestBase.compute_mydir(__file__)

@skipIfLLVMTargetMissing("X86")
def test(self):
target = self.dbg.CreateTarget("test.out")
process = target.LoadCore("test.core")
Expand Down

0 comments on commit a1f3187

Please sign in to comment.