[cfe-users] Locally built clang on macOS 10.15.7

Sean McBride via cfe-users cfe-users at lists.llvm.org
Tue Mar 16 11:21:24 PDT 2021


On Thu, 11 Mar 2021 21:27:27 +1100, Mark Jamsek via cfe-users said:

>I checked out and built clang as per the docs Getting Started page[0].

Those instructions haven't worked on macOS since at least autumn 2019.

>When using clang, however, compilation of C and C++ projects fail to
>find the needed headers from their respective standard libraries.

See: <https://bugs.llvm.org/show_bug.cgi?id=45880>

I'm just a clang user, not a developer, but I find it rather baffling that 'getting started' instructions don't work for 1.5 years.

It would be less bad if there were binaries for macOS, but there's still none for clang 11.0.1, released over 2 months ago:

<https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.1>

nor have there have any binaries for any of the clang 12 release candidates.

So you can't build it yourself, and you can't download an executable.  Rather sad. :(

Sean




More information about the cfe-users mailing list