[webkit-changes] [WebKit/WebKit] 55c18e: Removing CLANG_MODULE setting.
Commit Queue
noreply at github.com
Thu Mar 14 12:47:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 55c18ec706cda282dcf3b1c87e84db57cdfd5ac2
https://github.com/WebKit/WebKit/commit/55c18ec706cda282dcf3b1c87e84db57cdfd5ac2
Author: nmahendru <nitinmahendru at apple.com>
Date: 2024-03-14 (Thu, 14 Mar 2024)
Changed paths:
M Source/WebCore/PAL/Configurations/PAL.xcconfig
Log Message:
-----------
Removing CLANG_MODULE setting.
rdar://124559419
Reviewed by Elliot Williams.
Looks like it's not really needed for Swift interop.
Newer versions of clang are causing the build to fail otherwise.
Error:
In file included from /Volumes/Data/safari-4/OpenSource/Source/WebCore/PAL/pal/text/TextCodecLatin1.cpp:31:
/Volumes/Data/safari-4/OpenSource/WebKitBuild/Debug/usr/local/include/wtf/text/CString.h:77:17: error: definition of 'basic_string' must be imported from module 'std_string' before it is required
77 | std::string toStdString() const { return m_buffer ? std::string(m_buffer->data()) : std::string(); }
|
* Source/WebCore/PAL/Configurations/PAL.xcconfig:
Canonical link: https://commits.webkit.org/276112@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list