]> granicus.if.org Git - clang/commit
Don't crash when passing a non-existent file to -fprofile-instr-use=.
authorNico Weber <nicolasweber@gmx.de>
Mon, 6 Apr 2015 04:16:48 +0000 (04:16 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 6 Apr 2015 04:16:48 +0000 (04:16 +0000)
commit1259fb859d727be32dafd6e5905c8f4e15874e5d
treeaae831d42ecf25512a11a16e86011dc7c35d864e
parentefa2732b40a9d974f086302879ff602b3dfdf887
Don't crash when passing a non-existent file to -fprofile-instr-use=.

Fixes a regression from r229434.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234141 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/Profile/profile-does-not-exist.c [new file with mode: 0644]