]> granicus.if.org Git - clang/commit
Fix default image name to 'a.exe' on Windows, instead 'a.out'.
authorYaron Keren <yaron.keren@gmail.com>
Sun, 4 Jan 2015 13:48:30 +0000 (13:48 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sun, 4 Jan 2015 13:48:30 +0000 (13:48 +0000)
commitc7b7d666adf7664c5fd53d2590ef3dce63e4f4fd
tree98ce426e8cfcae91ad56385cf7c7412cd1ebd8da
parentb411de3355079183cb432450738931ef02935f75
Fix default image name to 'a.exe' on Windows, instead 'a.out'.
This applies to mingw as clang-cl already has its own logic for the filename.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225134 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp
test/Driver/lto.c