]> granicus.if.org Git - clang/commit
Add '-emit-pth' option to clang-cc as an alternate API for the high-level driver
authorTed Kremenek <kremenek@apple.com>
Wed, 1 Apr 2009 00:23:28 +0000 (00:23 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 1 Apr 2009 00:23:28 +0000 (00:23 +0000)
commit08478eb8b24185e5fb06eace97de9d09174581d9
tree2d79c87dcfc443bfcb48c000804bdae3ff1f988c
parentc6c91bc019ff7fa09f6570025ba011aad4c0d004
Add '-emit-pth' option to clang-cc as an alternate API for the high-level driver
to generate PTH files. Soon we will remove from clang-cc the GCC-style '-x
c-header' interface for generating PTH files and push this logic to 'clang'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68164 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-cc/clang-cc.cpp