Skip to content

Commit

Permalink
[test] Skip entry value test when clang < 10.0.0
Browse files Browse the repository at this point in the history
clang-9 emitted the wrong opcode for entry values on Darwin.

rdar://56119661

llvm-svn: 374212
  • Loading branch information
vedantk committed Oct 9, 2019
1 parent c331765 commit c7cfa7c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -7,6 +7,7 @@

lldbinline.MakeInlineTest(__file__, globals(),
[decorators.skipUnlessPlatform(supported_platforms),
decorators.skipIf(compiler="clang", compiler_version=['<', '10.0']),
decorators.skipUnlessArch('x86_64'),
decorators.skipUnlessHasCallSiteInfo,
decorators.skipIf(dwarf_version=['<', '4'])])

0 comments on commit c7cfa7c

Please sign in to comment.