Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 10dd0aeddb35eca784ce47d3e6e2734281f21bbb
      
https://github.com/WebKit/WebKit/commit/10dd0aeddb35eca784ce47d3e6e2734281f21bbb
  Author: Adrian Taylor <[email protected]>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    M Source/WTF/WTF.xcodeproj/project.pbxproj
    M Source/WTF/wtf/SIMDUTF.cpp
    M Source/WTF/wtf/SmallMap.h

  Log Message:
  -----------
  WTF prerequisite includes for modulemap
https://bugs.webkit.org/show_bug.cgi?id=295399
rdar://154945119

Reviewed by Elliott Williams.

In a while, we'll start to treat WTF as a clang module. This fixes a couple of
small header problems that are pre-requisites.

* Source/WTF/wtf/SIMDUTF.cpp: simdutf_impl.cpp.h should not be treated
  as a library header, and it confuses the generator. It's only used to
  compile this file, so change it to a local quote-include.
* Source/WTF/wtf/SmallMap.h: add some missing includes such that
  clang is aware this file depends on certain std features when building
  this module

Canonical link: https://commits.webkit.org/297057@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to