[llvm] r310262 - [DebugInfo][DWARF] Correct some usages of PRIx32 to PRIx64

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 11:51:56 PDT 2017


From: David Blaikie [dblaikie at gmail.com]
Sent: 07 August 2017 19:34
To: Simon Dardis; llvm-commits at lists.llvm.org
Subject: Re: [llvm] r310262 - [DebugInfo][DWARF] Correct some usages of PRIx32 to PRIx64

> Test case?

This is already covered by:
 LLVM-Unit::DWARFDebugInfo.TestDwarfVerifyInvalidCURef
 LLVM-Unit::DWARFDebugInfo.TestDwarfVerifyInvalidStmtList

Which have been failing for some time on clang-cmake-mips(el):

http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/4913

build 4914 when it's finished, should show those tests passing.

Thanks,
SImon




More information about the llvm-commits mailing list