Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/CMakeLists.txt | ||
---|---|---|
417 | Found when building with clang-cl. It's already handled correctly in the llvm config file. |
Comment Actions
I only came across it when testing a PCH build.
https://github.com/Trass3r/llvm-project/actions/runs/3423679621/jobs/5702548183
Warning: <built-in>(1,9): warning: definition of macro '_GNU_SOURCE' does not match definition in precompiled header [-Wclang-cl-pch]
It was set for clang but not for llvm when building with clang-cl.
This comment was removed by Trass3r.
Found when building with clang-cl. It's already handled correctly in the llvm config file.