RESOLVED FIXED248237
[Xcode] Fix build warning about duplicate LowLevelInterpreter.asm sources
https://bugs.webkit.org/show_bug.cgi?id=248237
Summary [Xcode] Fix build warning about duplicate LowLevelInterpreter.asm sources
David Kilzer (:ddkilzer)
Reported 2022-11-22 09:22:30 PST
Fix warning about duplicate LowLevelInterpreter.asm sources in JavascriptCore Xcode project. Seen here: <https://ews-build.webkit.org/#/builders/43/builds/30473/steps/12/logs/warnings__21_> ``` warning: Skipping duplicate build file in Compile Sources build phase: /Volumes/Data/worker/macOS-BigSur-Release-Build-EWS/build/Source/JavaScriptCore/llint/LowLevelInterpreter.asm (in target 'JSCLLIntSettingsExtractor' from project 'JavaScriptCore') warning: Skipping duplicate build file in Compile Sources build phase: /Volumes/Data/worker/macOS-BigSur-Release-Build-EWS/build/Source/JavaScriptCore/llint/LowLevelInterpreter.asm (in target 'JSCLLIntOffsetsExtractor' from project 'JavaScriptCore') ``` For this EWS build: <https://ews-build.webkit.org/#/builders/43/builds/30473>
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-22 09:23:05 PST
David Kilzer (:ddkilzer)
Comment 2 2022-11-22 09:24:00 PST
Here's how I fixed the duplicate lines: ``` $ uniq < Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj | diff -u Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj - | patch -p1 Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj ```
David Kilzer (:ddkilzer)
Comment 3 2022-11-22 09:31:01 PST
EWS
Comment 4 2022-11-22 15:35:52 PST
Committed 256957@main (94b4ca37a975): <https://commits.webkit.org/256957@main> Reviewed commits have been landed. Closing PR #6740 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.