]> granicus.if.org Git - clang/commit
[PS4] Fix the unit test to be compatible with clang driver. NFC
authorSumanth Gundapaneni <sgundapa@codeaurora.org>
Wed, 16 Dec 2015 20:18:12 +0000 (20:18 +0000)
committerSumanth Gundapaneni <sgundapa@codeaurora.org>
Wed, 16 Dec 2015 20:18:12 +0000 (20:18 +0000)
commit65bbd2f5f019454b2bb1801c28f301d2eaef70c9
tree346ed25e682d76d505d508122059f3daa7d5ccb7
parent0bb51636fa0eda47f9a72c622daa4e40311fc81a
[PS4] Fix the unit test to be compatible with clang driver. NFC

".exe" extension is inherently checked by llvm::fs::can_execute()
This patch fixes the linker extension in clang driver and updates the
unit test to accommodate the the check string on windows.

Differential Revision:http://reviews.llvm.org/D15577

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