forked from qt-creator/qt-creator
ClangTools: Remove clang executable settings
We use custom clang executable and it does not make sense anymore to give a choice of changing it. Change-Id: Icf86042ac3fcd08c320ef2bbdaabef1102b023b5 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -74,6 +74,11 @@ function libDir(llvmConfig)
|
||||
return FileInfo.fromNativeSeparators(readOutput(llvmConfig, ["--libdir"]));
|
||||
}
|
||||
|
||||
function binDir(llvmConfig)
|
||||
{
|
||||
return FileInfo.fromNativeSeparators(readOutput(llvmConfig, ["--bindir"]));
|
||||
}
|
||||
|
||||
function version(llvmConfig)
|
||||
{
|
||||
return readOutput(llvmConfig, ["--version"]).replace(/(\d+\.\d+\.\d+).*/, "$1")
|
||||
|
||||
Reference in New Issue
Block a user