Skip test with older versions of clang

llvm-svn: 343695
This commit is contained in:
Adrian Prantl 2018-10-03 16:24:14 +00:00
parent 306f14ceb8
commit 1c8ed2081f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class targetCommandTestCase(TestBase):
@skipUnlessDarwin
@skipIfDarwinEmbedded # needs x86_64
@skipIf(debug_info="gmodules") # not relevant
@skipIf(compiler="clang", compiler_version=['<', '7.0'])
def testTargetVarExpr(self):
self.build()
lldbutil.run_to_name_breakpoint(self, 'main')