[PATCH] D136613: [lit][REQUIRES] Fix llvm-debuginfod.test so it will run

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 07:28:50 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3125a4dbc814: [lit][REQUIRES] Fix llvm-debuginfod.test so it will run (authored by probinson).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136613

Files:
  llvm/test/lit.cfg.py


Index: llvm/test/lit.cfg.py
===================================================================
--- llvm/test/lit.cfg.py
+++ llvm/test/lit.cfg.py
@@ -456,6 +456,9 @@
 if config.have_curl:
     config.available_features.add('curl')
 
+if config.have_httplib:
+    config.available_features.add('httplib')
+
 if config.have_opt_viewer_modules:
     config.available_features.add('have_opt_viewer_modules')
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136613.470484.patch
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221025/f01ddceb/attachment.bin>


More information about the llvm-commits mailing list