llvm
(version 20.1.1): clang-scan-deps
is unable to find system headers
#6063
Unanswered
therealthingy
asked this question in
Casks
Replies: 1 comment
-
Presumably related bug(s): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I think the latest
llvm
"Formulae" "broke" my CMake projects.When I compile this demo project using
llvm@19
everything builds fine:However, using
llvm
(20.1.1):In both cases, I used
Ninja
as CMake generator and C++ 23.The issue doesn't occur when compiling w/
Unix Makefiles
as generator or when setting the CMake flagCMAKE_CXX_SCAN_FOR_MODULES
to0
.Relevant casks
llvm
Beta Was this translation helpful? Give feedback.
All reactions