[clang] [clang-repl] Factor out CreateJITBuilder() and allow specialization in derived classes (PR #84461)

Jan Patrick Lehr via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 25 03:33:34 PDT 2024


Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/84461 at github.com>


jplehr wrote:

Thanks! I am quite unfamiliar with that part of the code base and wonder if the symbol needs to just exist somewhere.
The other thing used there (`InitializeNativeTargetAsmPrinter`) is declared in `TargetSelect.h`. So, does it need to be a two parts fix: one to declare the symbol and then the magic to do the right thing at runtime. If what you linked does both, even better. :)

https://github.com/llvm/llvm-project/pull/84461


More information about the cfe-commits mailing list