Skip to content

Commit

Permalink
[lit][REQUIRES] Fix llvm-debuginfod.test so it will run
Browse files Browse the repository at this point in the history
The test was added in D114846 but missed one place to introduce the
'httplib' feature keyword, so it has been UNSUPPORTED everywhere.

Differential Revision: https://reviews.llvm.org/D136613
  • Loading branch information
pogo59 committed Oct 25, 2022
1 parent 89fd81d commit 3125a4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/test/lit.cfg.py
Expand Up @@ -456,6 +456,9 @@ def have_ld64_plugin_support():
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')

Expand Down

0 comments on commit 3125a4d

Please sign in to comment.