[webkit-changes] [WebKit/WebKit] 4adc88: [Win] run-bindings-tests doesn't work with a envir...

Fujii Hironori noreply at github.com
Wed Feb 28 20:21:10 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4adc8868a3aab588c005b7b6e10796f3a4e58191
      https://github.com/WebKit/WebKit/commit/4adc8868a3aab588c005b7b6e10796f3a4e58191
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
    M Source/WebCore/bindings/scripts/preprocessor.pm

  Log Message:
  -----------
  [Win] run-bindings-tests doesn't work with a environment variable CC=clang-cl
https://bugs.webkit.org/show_bug.cgi?id=270245

Reviewed by Ross Kirsling.

preprocessor.pm didn't work as expected with CC=clang-cl. It specifies
`/EP` flag. but clang-cl doesn't work with only `/EP` flag.
WebKitCompilerFlags.cmake is specifying `/nologo /EP /TP` flags for
preprocessing on Windows.

* Source/WebCore/bindings/scripts/preprocessor.pm:
Changed the preprocessor flags on Windows.

Canonical link: https://commits.webkit.org/275477@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