[Webkit-unassigned] [Bug 126324] New: [PATCH] configure check for clang version is incorrect
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 30 21:15:12 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126324
Summary: [PATCH] configure check for clang version is incorrect
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jeremyhu at apple.com
Created an attachment (id=220144)
--> (https://bugs.webkit.org/attachment.cgi?id=220144&action=review)
trivial patch
The logic to verify >= clang-3.2 is incorrect:
1) It does not correctly check Apple clang versions
2) It forces minor version >= 2 even when major version > 3 (eg 4.0 will fail)
Trivial patch attached
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list