[all-commits] [llvm/llvm-project] f2018d: [ORC] Reintroduce the ORC C API test.
lhames via All-commits
all-commits at lists.llvm.org
Tue May 4 20:54:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2018d6c16d118779d35f3705c74a31c1855ca56
https://github.com/llvm/llvm-project/commit/f2018d6c16d118779d35f3705c74a31c1855ca56
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
A llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
Log Message:
-----------
[ORC] Reintroduce the ORC C API test.
This test was removed in 51495fd285 due to broken bots. Its reintroduction is
expected to trigger failures on some builders. The test has been modified to
print error messages in full, which should aid in tracking these down.
More information about the All-commits
mailing list