[PATCH] D91935: [MCJIT]: Add cmake variables to support llorg builds

Alexey Bader via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 10:58:25 PST 2020


bader added a comment.

In D91935#2414448 <https://reviews.llvm.org/D91935#2414448>, @tstellar wrote:

> Can you explain more about what llorg is and why this change is needed?

`llorg` is the term used by Intel compiler team to differentiate vanilla llvm source repository (or compiler built from these sources) from Intel's customized version. It shouldn't have been used w/o providing the context.

This change allows developers to customize ittapi git repository location and source revision. It's required for enabling use of internal mirrors.

I suggest changing the log message title to:

- [MCJIT] Add cmake variables to customize ittapi git location and revision.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91935



More information about the llvm-commits mailing list