llvm (version 20.1.1): clang-scan-deps is unable to find system headers
#6063
Unanswered
therealthingy
asked this question in
Casks
Replies: 2 comments
-
|
Presumably related bug(s): |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
My workaround for now: Homebrew/homebrew-core#221782 (comment) |
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 configOutput of
brew doctorDescription of issue
I think the latest
llvm"Formulae" "broke" my CMake projects.When I compile this demo project using
llvm@19everything builds fine:However, using
llvm(20.1.1):In both cases, I used
Ninjaas CMake generator and C++ 23.The issue doesn't occur when compiling w/
Unix Makefilesas generator or when setting the CMake flagCMAKE_CXX_SCAN_FOR_MODULESto0.Relevant casks
llvm
Beta Was this translation helpful? Give feedback.
All reactions