Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2019-09-13 04:42:24 +0300
committerRich Trott <rtrott@gmail.com>2019-09-15 05:38:07 +0300
commit233cdb64a95eaabce922d773f3e312565e18a9d4 (patch)
tree36d3bb3d708cbc1698df5e31f1231139ecc7acd2 /configure.py
parent30e919a3cfd663ec3f1d971dcdb9970ff8a4779e (diff)
build: allow clang 10+ in configure.py
Detected on NetBSD/amd64. Fixes: https://github.com/nodejs/node/issues/29536 PR-URL: https://github.com/nodejs/node/pull/29541 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index ce01a14566e..473bbfeb294 100755
--- a/configure.py
+++ b/configure.py
@@ -724,7 +724,7 @@ def get_nasm_version(asm):
def get_llvm_version(cc):
return get_version_helper(
- cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([3-9]\.[0-9]+)")
+ cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
def get_xcode_version(cc):
return get_version_helper(