]> granicus.if.org Git - clang/commit
Add -fbuild-session-file as an alternative to -fbuild-session-timestamp
authorBen Langmuir <blangmuir@apple.com>
Fri, 1 Aug 2014 22:12:21 +0000 (22:12 +0000)
committerBen Langmuir <blangmuir@apple.com>
Fri, 1 Aug 2014 22:12:21 +0000 (22:12 +0000)
commit6f697025d39bbe85e658ab8d06523cf89bc95b9f
tree7b3f0af8f4599f21799166485ea962df7b00ffe0
parentd76b14a84c3a178b7959d141807a239ad9755769
Add -fbuild-session-file as an alternative to -fbuild-session-timestamp

Build systems tend to traffic in files and modification times, so having
them touch a file at the beginning of the build can be easier than
having them update the compile command they use every time they build.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214577 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
test/Driver/modules.m