[all-commits] [llvm/llvm-project] 632e1e: Work around Windows buildbot failure.
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Sep 2 19:09:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 632e1e9fd81d899ffa01300eb47fd417b76bbae5
https://github.com/llvm/llvm-project/commit/632e1e9fd81d899ffa01300eb47fd417b76bbae5
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M clang/test/Modules/submodule-visibility.cpp
Log Message:
-----------
Work around Windows buildbot failure.
-fmodules-local-submodule-visibility and -fdelayed-template-parsing
don't work properly together because the template is parsed in the
visibility context of the wrong module.
More information about the All-commits
mailing list