Bug 385910 - clang level not detected on OS X Sierra for Xcode 9
Summary: clang level not detected on OS X Sierra for Xcode 9
Status: RESOLVED DUPLICATE of bug 383811
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.13.0
Platform: Other macOS
: NOR normal
Target Milestone: ---
Assignee: Rhys Kidd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-18 13:37 UTC by Enrico
Modified: 2017-10-22 22:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***