From 2b2ee68f9058bea603da426ab7914023ad1842c8 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 13 Dec 2017 10:00:38 -0800 Subject: dependencies: Print LLVM for LLVM dependency Instead of config-tool --- mesonbuild/dependencies/dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/dependencies/dev.py b/mesonbuild/dependencies/dev.py index d15d5da..bb31086 100644 --- a/mesonbuild/dependencies/dev.py +++ b/mesonbuild/dependencies/dev.py @@ -140,7 +140,7 @@ class LLVMDependency(ConfigToolDependency): def __init__(self, environment, kwargs): # It's necessary for LLVM <= 3.8 to use the C++ linker. For 3.9 and 4.0 # the C linker works fine if only using the C API. - super().__init__('config-tool', environment, 'cpp', kwargs) + super().__init__('LLVM', environment, 'cpp', kwargs) self.provided_modules = [] self.required_modules = set() if not self.is_found: -- cgit v1.1