[ORC] Temporarily remove the lljit-with-remote-debugging test.
authorLang Hames <lhames@gmail.com>
Sun, 12 Sep 2021 08:52:30 +0000 (18:52 +1000)
committerLang Hames <lhames@gmail.com>
Sun, 12 Sep 2021 08:52:30 +0000 (18:52 +1000)
This is broken now that llvm-jitlink-executor uses SimpleRemoteEPC.

The example will be updated to use SimpleRemoteEPC in a future commit.

llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test [deleted file]

diff --git a/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test b/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
deleted file mode 100644 (file)
index a09d72a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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