[PATCH] D84987: Pass bugreport URL to standalone clang build

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 1 17:08:09 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Verified. I added `CMAKE_PREFIX_PATH` to my `/tmp/RelA/CMakeCache.txt` and invoked `ninja install` (this installed a bunch of unrelated files. I don't know know how to just install-cmake-exports and files it requires (.e.g LLVMDemangler.a)).

A standalone build of clang prints: `PLEASE submit a bug report to  and include the crash backtrace, preprocessed source , and associated run script.` running on a file with `#pragma clang __debug parser_crash`

This patch fixes it.


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

https://reviews.llvm.org/D84987



More information about the llvm-commits mailing list