[webkit-changes] [WebKit/WebKit] 94b4ca: [Xcode] Fix build warning about duplicate LowLevel...

EWS noreply at github.com
Tue Nov 22 15:36:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 94b4ca37a975c7fb9b43a0822a927671638b6f98
      https://github.com/WebKit/WebKit/commit/94b4ca37a975c7fb9b43a0822a927671638b6f98
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2022-11-22 (Tue, 22 Nov 2022)

  Changed paths:
    M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [Xcode] Fix build warning about duplicate LowLevelInterpreter.asm sources
https://bugs.webkit.org/show_bug.cgi?id=248237
<rdar://102608601>

Reviewed by Darin Adler.

Remove duplicate lines to fix these warnings:

    warning: Skipping duplicate build file in Compile Sources build phase: Source/JavaScriptCore/llint/LowLevelInterpreter.asm (in target 'JSCLLIntSettingsExtractor' from project 'JavaScriptCore')

* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list