[lld] r323895 - [PDB] Fix test failures due to expected warning not matching actual warning text

Colden Cullen via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 10:16:13 PST 2018


Author: colden
Date: Wed Jan 31 10:16:13 2018
New Revision: 323895

URL: http://llvm.org/viewvc/llvm-project?rev=323895&view=rev
Log:
[PDB] Fix test failures due to expected warning not matching actual warning text

Modified:
    lld/trunk/test/COFF/pdb-type-server-missing.yaml

Modified: lld/trunk/test/COFF/pdb-type-server-missing.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/pdb-type-server-missing.yaml?rev=323895&r1=323894&r2=323895&view=diff
==============================================================================
--- lld/trunk/test/COFF/pdb-type-server-missing.yaml (original)
+++ lld/trunk/test/COFF/pdb-type-server-missing.yaml Wed Jan 31 10:16:13 2018
@@ -4,7 +4,7 @@
 # RUN: yaml2obj %s -o %t.obj
 # RUN: lld-link %t.obj -out:%t.exe -debug -pdb:%t.pdb -nodefaultlib -entry:main 2>&1 | FileCheck %s
 
-# CHECK: warning: Type server PDB was not found
+# CHECK: warning: Type server PDB for {{.*}}.obj is invalid, ignoring debug info.
 
 --- !COFF
 header:




More information about the llvm-commits mailing list