bazel-contrib / toolchains_llvm

LLVM toolchain for bazel
Apache License 2.0
296 stars 213 forks source link

Force Clang modules with LLVM >= 14 #337

Closed fmeum closed 4 months ago

fmeum commented 4 months ago

Otherwise Clang defaults to C++ modules with -std=c++20, which breaks layering_check.

Fixes #334