llvm-project/llvm/examples/Kaleidoscope
Reid Kleckner 89b57061f7 Move TargetRegistry.(h|cpp) from Support to MC
This moves the registry higher in the LLVM library dependency stack.
Every client of the target registry needs to link against MC anyway to
actually use the target, so we might as well move this out of Support.

This allows us to ensure that Support doesn't have includes from MC/*.

Differential Revision: https://reviews.llvm.org/D111454
2021-10-08 14:51:48 -07:00
..
BuildingAJIT [ORC] Require ExecutorProcessControl when constructing an ExecutionSession. 2021-07-27 16:53:49 +10:00
Chapter2
Chapter3 [examples] Fix Kaleidoscope-Ch3, which was broken by ad92f16ccc. 2020-10-19 00:26:43 -07:00
Chapter4
Chapter5
Chapter6
Chapter7 Fix use of deprecated IRBuilder::CreateLoad in Kaleidoscope 2021-03-11 15:44:02 -08:00
Chapter8 Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
Chapter9 Opaque pointers: Migrate examples to use load with explicit type 2021-04-03 14:03:42 -07:00
MCJIT [Doc][NFC] Fix Kaleidoscope links, typos and add blog posts for MCJIT 2021-01-25 19:59:36 +05:30
include [examples] Fix Kaleidoscope for Windows 2021-08-19 13:20:51 +10:00
CMakeLists.txt