[PATCH] D42632: Generate PDB files for profiling even in Release build

Loo Rong Jie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 05:30:44 PST 2018


rongjiecomputer added a comment.

I don't see `LLVM_DISABLE_PDB` option being added anywhere, was it accidentally omitted in this patch?

I want to avoid producing .pdb as I have to fit building LLVM under 1 hour due to CI limitation and it already takes 53 minutes without producing .pdb.


Repository:
  rL LLVM

https://reviews.llvm.org/D42632





More information about the llvm-commits mailing list