1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/include
Max Kazantsev f98a6ff646 [GC][NFC] Move GCStrategy from CodeGen to IR
We want it to be available in analyzes so that we could use the
CodeGen notion in middle-end passes (for example, to check if
a GC may free some particular pointer).

This is a preparatory patch that simply moves the files around.

Note: if this causes some build issues, this patch must just be reverted.

Differential Revision: https://reviews.llvm.org/D100557
Reviewed By: reames
2021-05-13 12:31:59 +07:00
..
llvm [GC][NFC] Move GCStrategy from CodeGen to IR 2021-05-13 12:31:59 +07:00
llvm-c [ORC] Introduce C API for adding object buffers directly to an object layer. 2021-05-05 19:02:13 -07:00