llvm-project/llvm/unittests/ExecutionEngine
Ben Langmuir 51788a5aff [JITLink][NFC] Fix Wdangling-else warning in LinkGraphTests
Fix a dangling else that gcc-11 warned about. The EXPECT_EQ macro
expands to an if-else, so the whole construction contains a hidden
hangling else.
2021-10-18 10:06:55 -07:00
..
JITLink [JITLink][NFC] Fix Wdangling-else warning in LinkGraphTests 2021-10-18 10:06:55 -07:00
MCJIT Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
Orc [ORC] Call ExecutorProcessControl::disconnect in unit tests that require it. 2021-10-12 14:59:39 -07:00
CMakeLists.txt
ExecutionEngineTest.cpp