llvm-project/clang/lib/Interpreter
Jonas Hahnfeld f22795de68 [Interpreter] Pass target features to JIT
This is required to support RISC-V where the '+d' target feature
indicates the presence of the D instruction set extension, which
changes to the Hard-float 'd' ABI.

Differential Revision: https://reviews.llvm.org/D128853
2022-06-30 21:25:14 +02:00
..
CMakeLists.txt [clang] Add missing Interpreter -> ClangDriverOptions dependency 2022-06-26 13:51:21 +00:00
IncrementalExecutor.cpp [Interpreter] Pass target features to JIT 2022-06-30 21:25:14 +02:00
IncrementalExecutor.h [Interpreter] Pass target features to JIT 2022-06-30 21:25:14 +02:00
IncrementalParser.cpp [clang-repl] Implement code undo. 2022-06-26 18:32:18 +08:00
IncrementalParser.h [clang-repl] Implement code undo. 2022-06-26 18:32:18 +08:00
Interpreter.cpp [Interpreter] Pass target features to JIT 2022-06-30 21:25:14 +02:00