We put empty object files in archives, which causes MSVC's linker to
complain about these objects not defining any previously undefined
symbols. Since we do it on purpose, this only creates noise during
the build process. This patch causes us to suppress the warnings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm
CMakeLists.txt | ||
---|---|---|
229–231 ↗ | (On Diff #82968) | I'd simplify the first two sentences to something like: The reader should already know that we aim to have zero warnings and that we silence noisy warnings. |