[webkit-changes] [WebKit/WebKit] b332b3: [CMake] rewrite-compile-commands reports a lot of ...
Fujii Hironori
noreply at github.com
Thu Aug 31 21:19:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b332b310db505e67e0cc8561fcdb47bd3117b79a
https://github.com/WebKit/WebKit/commit/b332b310db505e67e0cc8561fcdb47bd3117b79a
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M Tools/Scripts/rewrite-compile-commands
Log Message:
-----------
[CMake] rewrite-compile-commands reports a lot of warning messages "Failed to find ..."
https://bugs.webkit.org/show_bug.cgi?id=260841
Reviewed by Don Olmstead.
rewrite-compile-commands scripts reported a lot of warning messages of
missing derived sources for the build-webkit first invocation. We
don't have a nice solution yet. And, derived sources don't have to be
included in compile_commands.json because we don't directly edit them.
Let's just ignore the missing derived sources at the moment.
* Tools/Scripts/rewrite-compile-commands:
Canonical link: https://commits.webkit.org/267542@main
More information about the webkit-changes
mailing list