[PATCH] D99931: [Orc][examples] Add lit ToolSubst for LLJITWithRemoteDebugging example

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 00:47:49 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG030ac786d4ff: [Orc][examples] Add lit ToolSubst for LLJITWithRemoteDebugging example (authored by sgraenitz).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99931

Files:
  llvm/test/lit.cfg.py


Index: llvm/test/lit.cfg.py
===================================================================
--- llvm/test/lit.cfg.py
+++ llvm/test/lit.cfg.py
@@ -177,7 +177,8 @@
     ToolSubst('Kaleidoscope-Ch6', unresolved='ignore'),
     ToolSubst('Kaleidoscope-Ch7', unresolved='ignore'),
     ToolSubst('Kaleidoscope-Ch8', unresolved='ignore'),
-    ToolSubst('LLJITWithThinLTOSummaries', unresolved='ignore')])
+    ToolSubst('LLJITWithThinLTOSummaries', unresolved='ignore'),
+    ToolSubst('LLJITWithRemoteDebugging', unresolved='ignore')])
 
 llvm_config.add_tool_substitutions(tools, config.llvm_tools_dir)
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99931.335741.patch
Type: text/x-patch
Size: 606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210407/8d928f77/attachment.bin>


More information about the llvm-commits mailing list