[all-commits] [llvm/llvm-project] 563ce9: [lli] Add new testcases for lli.
lhames via All-commits
all-commits at lists.llvm.org
Thu May 11 22:40:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 563ce9aa4ab22f10e0aa2799a3562a65a629ad0a
https://github.com/llvm/llvm-project/commit/563ce9aa4ab22f10e0aa2799a3562a65a629ad0a
Author: Lang Hames <lhames at gmail.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
A llvm/test/ExecutionEngine/Orc/global-variable-alignment.ll
A llvm/test/ExecutionEngine/Orc/trivial-call-to-function.ll
A llvm/test/ExecutionEngine/Orc/trivial-call-to-internal-function.ll
A llvm/test/ExecutionEngine/Orc/trivial-reference-to-global-variable.ll
A llvm/test/ExecutionEngine/Orc/trivial-reference-to-internal-variable-nonzeroinit.ll
A llvm/test/ExecutionEngine/Orc/trivial-reference-to-internal-variable-zeroinit.ll
A llvm/test/ExecutionEngine/Orc/trivial-return-zero.ll
Log Message:
-----------
[lli] Add new testcases for lli.
These are an attempt to more systematically test the features covered by the
MCJIT regression tests (though these tests apply to lli's default mode, which
is now -jit-kind=orc).
This first batch of tests includes a basic smoke test (trivial-return-zero),
tests for single function calls and data references, and alignment handling.
More information about the All-commits
mailing list