[PATCH] D110649: [ORC][examples] Re-enable test for LLJITWithRemoteDebugging

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 23 08:01:40 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG878060aaf965: [Orc][examples] Re-enable test for LLJITWithRemoteDebugging (authored by sgraenitz).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110649/new/

https://reviews.llvm.org/D110649

Files:
  llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test


Index: llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
===================================================================
--- /dev/null
+++ llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
@@ -0,0 +1,12 @@
+# This test makes sure that the example builds and executes as expected.
+# Instructions for debugging can be found in LLJITWithRemoteDebugging.cpp
+
+# RUN: LLJITWithRemoteDebugging %p/Inputs/argc_sub1_elf.ll | FileCheck --check-prefix=CHECK0 %s
+# CHECK0: Parsing input IR code from: {{.*}}/Inputs/argc_sub1_elf.ll
+# CHECK0: Running: main()
+# CHECK0: Exit code: 0
+
+# RUN: LLJITWithRemoteDebugging %p/Inputs/argc_sub1_elf.ll --args 2nd 3rd 4th | FileCheck --check-prefix=CHECK3 %s
+# CHECK3: Parsing input IR code from: {{.*}}/Inputs/argc_sub1_elf.ll
+# CHECK3: Running: main("2nd", "3rd", "4th")
+# CHECK3: Exit code: 3


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110649.381741.patch
Type: text/x-patch
Size: 869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211023/6d26111c/attachment.bin>


More information about the llvm-commits mailing list