From 6acfc3a78210639367ab8345a9af04e97692a661 Mon Sep 17 00:00:00 2001 From: Alexandre Ganea Date: Thu, 7 Jan 2021 18:51:51 -0500 Subject: [PATCH] Fix build after eaadb41db6233cf1c9e882d74a31c1f9d6e211ff when the MSVC libs are not in PATH. --- lld/test/COFF/precomp-ghash.test | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lld/test/COFF/precomp-ghash.test b/lld/test/COFF/precomp-ghash.test index e9d1984..6dcd8a3 100644 --- a/lld/test/COFF/precomp-ghash.test +++ b/lld/test/COFF/precomp-ghash.test @@ -4,7 +4,7 @@ RUN: lld-link %p/Inputs/precomp-ghash-precomp.obj \ RUN: %p/Inputs/precomp-ghash-obj1.obj\ -RUN: %p/Inputs/precomp-ghash-obj2.obj /debug:ghash /out:%t.exe /pdb:%t.pdb +RUN: %p/Inputs/precomp-ghash-obj2.obj /debug:ghash /out:%t.exe /pdb:%t.pdb /nodefaultlib /force RUN: llvm-pdbutil dump -types -ids %t.pdb | FileCheck %s ; These object files were generated via the following inputs and commands: @@ -44,10 +44,10 @@ RUN: llvm-pdbutil dump -types -ids %t.pdb | FileCheck %s CHECK: Types (TPI Stream) CHECK-NEXT: ============================================================ CHECK: 0x1003 | LF_MFUNCTION -CHECK: 0x274F | LF_PROCEDURE +CHECK: 0x1377 | LF_PROCEDURE CHECK: Types (IPI Stream) CHECK-NEXT: ============================================================ -CHECK: 0x189D | LF_FUNC_ID [size = 20] -CHECK-NEXT: name = main, type = 0x274F, parent scope = -CHECK-NEXT: 0x189E | LF_MFUNC_ID [size = 20] +CHECK: 0x10A5 | LF_FUNC_ID [size = 20] +CHECK-NEXT: name = main, type = 0x1377, parent scope = +CHECK-NEXT: 0x10A6 | LF_MFUNC_ID [size = 20] CHECK-NEXT: name = {ctor}, type = 0x1003, class type = 0x1000 -- 2.7.4