[PATCH] D51652: lld-link: Write an empty "repro" debug directory entry if /Brepro is passed
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 4 15:32:36 PDT 2018
pcc added a comment.
I can reproduce your result with the 14.14 toolset:
/mnt/c/src/tmp$ cl.exe /Zi /Brepro main.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.14.26433.3 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
main.c
Microsoft (R) Incremental Linker Version 14.14.26433.3
Copyright (C) Microsoft Corporation. All rights reserved.
/out:main.exe
/debug
/Brepro
main.obj
/mnt/c/src/tmp$ dumpbin.exe /all main.exe | grep repro
BADAC48C repro 0 00000000 0
So it looks like it was just a bug that was fixed.
https://reviews.llvm.org/D51652
More information about the llvm-commits
mailing list