1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/examples/Kaleidoscope
Reid Kleckner 3f676674e7 Move CodeGenFileType enum to Support/CodeGen.h
Avoids the need to include TargetMachine.h from various places just for
an enum. Various other enums live here, such as the optimization level,
TLS model, etc. Data suggests that this change probably doesn't matter,
but it seems nice to have anyway.
2019-11-13 16:39:34 -08:00
..
BuildingAJIT Break out OrcError and RPC 2019-10-29 17:31:28 -07:00
Chapter2 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter3 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter4 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter5 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter6 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter7 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Chapter8 Move CodeGenFileType enum to Support/CodeGen.h 2019-11-13 16:39:34 -08:00
Chapter9 [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
include [ORC] Add deprecation warnings to ORCv1 layers and utilities. 2019-07-17 16:40:52 +00:00
MCJIT Python compat - print statement 2019-01-03 14:11:33 +00:00
CMakeLists.txt