llvm-capstone/llvm/examples/Kaleidoscope
Arthur Eubanks 0a1aa6cda2
[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295)
This will make it easy for callers to see issues with and fix up calls
to createTargetMachine after a future change to the params of
TargetMachine.

This matches other nearby enums.

For downstream users, this should be a fairly straightforward
replacement,
e.g. s/CodeGenOpt::Aggressive/CodeGenOptLevel::Aggressive
or s/CGFT_/CodeGenFileType::
2023-09-14 14:10:14 -07:00
..
BuildingAJIT [tutorials][BuildingAJIT] Add missing ExecutorSymbolDef header. 2023-06-21 08:35:37 -07:00
Chapter2
Chapter3
Chapter4
Chapter5
Chapter6
Chapter7
Chapter8 [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) 2023-09-14 14:10:14 -07:00
Chapter9
include [tutorials] Add missing ExecutorSymbolDef header. 2023-06-21 08:51:17 -07:00
MCJIT
CMakeLists.txt