[PATCH] D62004: [LLD] [MinGW] Allow requesting PDB output without giving a file name

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 06:05:16 PDT 2019


mstorsjo added a comment.

In D62004#1504666 <https://reviews.llvm.org/D62004#1504666>, @ruiu wrote:

> I think I'm fine with the `--pdb=` option, although it looks a bit odd. Does this work both for `--pdb=` and `--pdb ''`? I think logically they should be identical.


Yes, the latter should also work, although I didn't make the testcase try it (in case there's issues with quoting in various environments).


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62004/new/

https://reviews.llvm.org/D62004





More information about the llvm-commits mailing list