[webkit-changes] [WebKit/WebKit] a6db8e: [Win] clang-cl 19 reports "error: unknown token in...

Fujii Hironori noreply at github.com
Thu Sep 19 20:57:14 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a6db8e0122f57853461f31f66ac4d190362b68c4
      https://github.com/WebKit/WebKit/commit/a6db8e0122f57853461f31f66ac4d190362b68c4
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M Source/cmake/OptionsMSVC.cmake

  Log Message:
  -----------
  [Win] clang-cl 19 reports "error: unknown token in expression" for inline asm
https://bugs.webkit.org/show_bug.cgi?id=280029

Reviewed by Don Olmstead.

LLVM clang-cl 19.1.0 couldn't compile module-level inline asm code of
StackPointer.cpp and LowLevelInterpreter.cpp. Added `/clang:-masm=att`
compiler option to use AT&T syntax for inline asm. clang-cl 19
recognaizes `-masm=att` option, but clang-cl 18.

<https://github.com/llvm/llvm-project/pull/85668>
<https://github.com/llvm/llvm-project/issues/60715>

* Source/cmake/OptionsMSVC.cmake:

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