Files
rust/compiler
Nikita Popov 6a454edce9 Dispose LLVM context after TargetMachine
The TargetMachine may be referencing data in the context. In
particular, at least the GlobalISel instruction selector stored
in the TM may reference a TrackedMDNode DebugLoc that destruction
of the TargetMachine will try to untrack.
2021-08-16 18:28:18 +02:00
..
2021-08-16 18:28:17 +02:00
2021-08-16 18:28:18 +02:00
2021-08-13 09:28:50 +00:00