Skip to content
Snippets Groups Projects
Commit fb527414 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Todd Gamblin
Browse files

Fix regex to find version on OS X

parent 41cd8f8e
Branches
Tags
No related merge requests found
......@@ -54,4 +54,4 @@ def default_version(self, comp):
Thread model: posix
"""
return get_compiler_version(
comp, '--version', r'(?:clang version|based on LLVM) ([^ )]+)')
comp, '--version', r'(?:clang version|based on LLVM|LLVM version) ([^ )]+)')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment