[all-commits] [llvm/llvm-project] 1380ea: [ORC-RT] Add target dependencies to ORC-RT regress...
lhames via All-commits
all-commits at lists.llvm.org
Tue Sep 28 22:16:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1380eae590202639d00d459bcacee9817162de60
https://github.com/llvm/llvm-project/commit/1380eae590202639d00d459bcacee9817162de60
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/orc/CMakeLists.txt
Log Message:
-----------
[ORC-RT] Add target dependencies to ORC-RT regression tests.
check-orc-rt had no cmake target dependency on orc or llvm-jitlink, which
could lead to regression test failures in compiler-rt. This patch should
fix the issue.
Patch by Jack Andersen (jackoalan at gmail.com). Thanks Jack!
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D110659
More information about the All-commits
mailing list