summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/incremental-linker-compatible.c
Commit message (Collapse)AuthorAgeFilesLines
* [clang-cl] Add support for /BreproDavid Majnemer2015-12-211-0/+17
The /Brepro flag controls whether or not the compiler should embed timestamps into the object file. Object files which do not embed timestamps are not suitable for incremental linking but are suitable for hermetic build systems and staged self-hosts of clang. A normal clang spelling of this flag has been added, -mincremental-linker-compatible. llvm-svn: 256204
OpenPOWER on IntegriCloud