/INCREMENTAL is the linker default (lld-link and MSVC link). Specifying
"/INCREMENTAL:NO" is the only way to disable it. So checking for the
negative flag instead and check exe/module/shared link flags
independently.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo