]> granicus.if.org Git - clang/commit
Driver: Consolidate the logic for naming the module crashdump cache
authorJustin Bogner <mail@justinbogner.com>
Mon, 20 Oct 2014 22:47:23 +0000 (22:47 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 20 Oct 2014 22:47:23 +0000 (22:47 +0000)
commitd587ca4fd03ddfc129638359191a27e38a799cfc
tree68c852509692fc7d176106a48171e5c233bae882
parent3004643a40f4e8d079c844d2193be562cbf939a3
Driver: Consolidate the logic for naming the module crashdump cache

List the module cache we use for crashdumps as a tempfile. This
simplifies how we pick up this directory when generating the actual
crash diagnostic and removes some duplicate logic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220241 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp
lib/Driver/Tools.cpp