[llvm] a539a84 - [ORC] Temporarily remove the lljit-with-remote-debugging test.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 12 01:54:15 PDT 2021


Author: Lang Hames
Date: 2021-09-12T18:52:30+10:00
New Revision: a539a847c9428e36722dcb43a1c953c9d66b7f0b

URL: https://github.com/llvm/llvm-project/commit/a539a847c9428e36722dcb43a1c953c9d66b7f0b
DIFF: https://github.com/llvm/llvm-project/commit/a539a847c9428e36722dcb43a1c953c9d66b7f0b.diff

LOG: [ORC] Temporarily remove the lljit-with-remote-debugging test.

This is broken now that llvm-jitlink-executor uses SimpleRemoteEPC.

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

Added: 
    

Modified: 
    

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


################################################################################
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
index a09d72a76bef9..0000000000000
--- a/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
+++ /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


        


More information about the llvm-commits mailing list