[lld] r305236 - Slightly better fix for dealing with no-id-stream PDBs.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 14:46:52 PDT 2017


Author: zturner
Date: Mon Jun 12 16:46:51 2017
New Revision: 305236

URL: http://llvm.org/viewvc/llvm-project?rev=305236&view=rev
Log:
Slightly better fix for dealing with no-id-stream PDBs.

The last fix required the user to manually add the required
feature.  This caused an LLD test to fail because I failed to
update LLD.  In practice we can hide this logic so it can just
be transparently added when we write the PDB.

Modified:
    lld/trunk/test/COFF/pdb.test

Modified: lld/trunk/test/COFF/pdb.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/pdb.test?rev=305236&r1=305235&r2=305236&view=diff
==============================================================================
--- lld/trunk/test/COFF/pdb.test (original)
+++ lld/trunk/test/COFF/pdb.test Mon Jun 12 16:46:51 2017
@@ -27,6 +27,7 @@
 # CHECK-NEXT:   Age:             1
 # CHECK-NEXT:   Guid:
 # CHECK-NEXT:   Signature:       0
+# CHECK-NEXT:   Features:        [ VC140 ]
 # CHECK-NEXT:   Version:         VC70
 # CHECK-NEXT: DbiStream:
 # CHECK-NEXT:   VerHeader:       V110




More information about the llvm-commits mailing list