Bug 385910

Summary: clang level not detected on OS X Sierra for Xcode 9
Product: [Developer tools] valgrind Reporter: Enrico <enricosorichetti>
Component: generalAssignee: Rhys Kidd <rhyskidd>
Status: RESOLVED DUPLICATE    
Severity: normal CC: rhyskidd
Priority: NOR    
Version: 3.13.0   
Target Milestone: ---   
Platform: Other   
OS: macOS   
Latest Commit: Version Fixed In:

Description Enrico 2017-10-18 13:37:24 UTC
clang level not detected on OS X Sierra for Xcode 9

in configure.ac changed 
"applellvm-5.1|applellvm-6.*|applellvm-7.*|applellvm-8.*)"
to
"applellvm-5.1|applellvm-6.*|applellvm-7.*|applellvm-8.*|applellvm-9.*)"
and the build was successful
Comment 1 Rhys Kidd 2017-10-22 22:48:37 UTC
This has already been reported and fixed in the development Git version of valgrind. 

Whilst there is no current release that includes this fix, you can get hold of the development Git version here: http://valgrind.org/downloads/repository.html

*** This bug has been marked as a duplicate of bug 383811 ***