[PATCH] D128853: [Interpreter] Pass target features to JIT
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 30 11:26:32 PDT 2022
Hahnfeld added inline comments.
================
Comment at: clang/lib/Interpreter/IncrementalExecutor.h:34
struct PartialTranslationUnit;
+struct TargetInfo;
----------------
That's wrong, should be `class TargetInfo`. I'll fix this before landing if my other tests go well...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128853/new/
https://reviews.llvm.org/D128853
More information about the cfe-commits
mailing list