mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
Skipping the DeadStripTestCase.test_with_dwarf test on Linux because the Linux ld lacks support for the -dead_strip option.
llvm-svn: 170244
This commit is contained in:
parent
503ce6953f
commit
d3ce0041b4
@ -19,6 +19,7 @@ class DeadStripTestCase(TestBase):
|
||||
self.buildDsym()
|
||||
self.dead_strip()
|
||||
|
||||
@skipOnLinux # The -dead_strip linker option isn't supported on Linux versions of ld.
|
||||
@dwarf_test
|
||||
def test_with_dwarf(self):
|
||||
"""Test breakpoint works correctly with dead-code stripping."""
|
||||
|
Loading…
Reference in New Issue
Block a user