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

2020-08-01 Thread Fangrui Song via Phabricator via cfe-commits
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

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

2020-08-01 Thread Michał Górny via Phabricator via cfe-commits
mgorny added a comment. Is `RelA` an actual result of `install` target, or just the build tree? I think it needs to be the former. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84987/new/ https://reviews.llvm.org/D84987 ___ cfe-commits

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

2020-08-01 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay added a comment. In D84987#2186639 , @mgorny wrote: > In D84987#2186113 , @MaskRay wrote: > >> I am not familiar with the standalone clang build. Can you share a command? > > You install LLVM first, then

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

2020-07-30 Thread Michał Górny via Phabricator via cfe-commits
mgorny added a comment. In D84987#2186113 , @MaskRay wrote: > I am not familiar with the standalone clang build. Can you share a command? You install LLVM first, then run `cmake /clang` and build it. CHANGES SINCE LAST ACTION

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

2020-07-30 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay added a comment. I am not familiar with the standalone clang build. Can you share a command? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84987/new/ https://reviews.llvm.org/D84987 ___ cfe-commits mailing list

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

2020-07-30 Thread Michał Górny via Phabricator via cfe-commits
mgorny created this revision. mgorny added reviewers: john.brawn, MaskRay, chapuni. Herald added a project: LLVM. mgorny requested review of this revision. BUG_REPORT_URL is currently used both in LLVM and in Clang but declared only in the latter. This means that it's missing in standalone clang