Skip to content

Commit 878060a

Browse files
[Orc][examples] Re-enable test for LLJITWithRemoteDebugging
The test was removed temporarily in a539a84 to aid switching the RPC API in use in the LLJITWithRemoteDebugging example. Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D110649
1 parent c5b5b7f commit 878060a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This test makes sure that the example builds and executes as expected.
2+
# Instructions for debugging can be found in LLJITWithRemoteDebugging.cpp
3+
4+
# RUN: LLJITWithRemoteDebugging %p/Inputs/argc_sub1_elf.ll | FileCheck --check-prefix=CHECK0 %s
5+
# CHECK0: Parsing input IR code from: {{.*}}/Inputs/argc_sub1_elf.ll
6+
# CHECK0: Running: main()
7+
# CHECK0: Exit code: 0
8+
9+
# RUN: LLJITWithRemoteDebugging %p/Inputs/argc_sub1_elf.ll --args 2nd 3rd 4th | FileCheck --check-prefix=CHECK3 %s
10+
# CHECK3: Parsing input IR code from: {{.*}}/Inputs/argc_sub1_elf.ll
11+
# CHECK3: Running: main("2nd", "3rd", "4th")
12+
# CHECK3: Exit code: 3

0 commit comments

Comments
 (0)