llvm-project/llvm/tools/llvm-c-test
Nicolai Hähnle fdf7e437bf llvm-c: Add LLVMDeleteInstruction to fix a test issue
Not deleting the loose instruction with metadata associated to it causes
an assertion when the LLVMContext is destroyed. This was previously
hidden by the fact that llvm-c-test does not call LLVMShutdown. The
planned removal of ManagedStatic exposed this issue.

Differential Revision: https://reviews.llvm.org/D129114
2022-07-07 14:29:20 +02:00
..
CMakeLists.txt
attributes.c
calc.c [llvm-c] Avoid deprecated APIs in tests 2021-12-04 18:58:08 +01:00
debuginfo.c [DebugInfo] Enhance DIImportedEntity to accept children entities 2021-09-16 10:41:55 +05:30
diagnostic.c
disassemble.c
echo.cpp [llvm-c] Add LLVMGetAggregateElement() function 2022-06-23 14:50:54 +02:00
helpers.c
include-all.c [Pipelines] Remove Legacy Passes in Coroutines 2022-04-21 10:59:11 +08:00
llvm-c-test.h [llvm-c] Add functions for enabling and creating opaque pointers 2022-05-16 10:53:46 +02:00
main.c [llvm-c-test] Default to opaque pointers 2022-06-02 20:34:52 -07:00
metadata.c llvm-c: Add LLVMDeleteInstruction to fix a test issue 2022-07-07 14:29:20 +02:00
module.c
object.c
targets.c