Bug 60913 - C++ exceptions should not be enabled when building with llvm-gcc-4.2
Summary: C++ exceptions should not be enabled when building with llvm-gcc-4.2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-05-16 12:23 PDT by David Kilzer (:ddkilzer)
Modified: 2011-05-16 13:01 PDT (History)
2 users (show)

See Also:


Attachments
Patch v1 (11.70 KB, patch)
2011-05-16 12:49 PDT, David Kilzer (:ddkilzer)
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2011-05-16 12:23:30 PDT
Due to a typo in Base.xcconfig, C++ exceptions are enabled when building with llvm-gcc-4.2.

This regressed in ToT WebKit r80915.  <http://trac.webkit.org/changeset/80915>
Comment 1 David Kilzer (:ddkilzer) 2011-05-16 12:27:56 PDT
<rdar://problem/9446430>
Comment 2 David Kilzer (:ddkilzer) 2011-05-16 12:49:12 PDT
Created attachment 93683 [details]
Patch v1
Comment 3 David Kilzer (:ddkilzer) 2011-05-16 13:01:56 PDT
Committed r86598: <http://trac.webkit.org/changeset/86598>