Skip to content

Commit 3125a4d

Browse files
committed
[lit][REQUIRES] Fix llvm-debuginfod.test so it will run
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
1 parent 89fd81d commit 3125a4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/lit.cfg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ def have_ld64_plugin_support():
456456
if config.have_curl:
457457
config.available_features.add('curl')
458458

459+
if config.have_httplib:
460+
config.available_features.add('httplib')
461+
459462
if config.have_opt_viewer_modules:
460463
config.available_features.add('have_opt_viewer_modules')
461464

0 commit comments

Comments
 (0)