Skip to content

Commit 11130b8

Browse files
Takuto Ikutacopybara-github
authored andcommitted
buildtools: fix path of Clang builtin's modulemap
This is to fix https://ci.chromium.org/ui/p/chromium/builders/ci/linux-modules-compile-fyi-rel/6140/overview after clang version update. Bug: 40263312 Change-Id: Ia724f929b95d3752ec8e5ed7432cf0f79f244733 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6247896 Reviewed-by: Junji Watanabe <[email protected]> Commit-Queue: Takuto Ikuta <[email protected]> Auto-Submit: Takuto Ikuta <[email protected]> Commit-Queue: Junji Watanabe <[email protected]> Cr-Commit-Position: refs/heads/main@{#1417990} NOKEYCHECK=True GitOrigin-RevId: b06819e8a8af5eda1d9d522eba0eacc6d8f35fb8
1 parent fa96185 commit 11130b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/libc++/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ template("builtin_modules") {
5050
source_set(target_name) {
5151
no_default_deps = true
5252
if (use_explicit_libcxx_modules) {
53-
sources = [ "//third_party/llvm-build/Release+Asserts/lib/clang/20/include/module.modulemap" ]
53+
sources = [ "//third_party/llvm-build/Release+Asserts/lib/clang/21/include/module.modulemap" ]
5454
}
5555

5656
deps = []

0 commit comments

Comments
 (0)