]> granicus.if.org Git - clang/commit
Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
authorAdrian Prantl <aprantl@apple.com>
Thu, 28 Apr 2016 17:21:56 +0000 (17:21 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 28 Apr 2016 17:21:56 +0000 (17:21 +0000)
commit2c6bda0e76bfe08d52ae687be8f53160c6d82c27
tree0ac908b7d6853de6027078312e576b575941e129
parent5b0d0a649542308a8d3af58540e0c2e982d3fd57
Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
The LLVM Verifier expects all inlinable calls in debuggable functions to
have a location.

rdar://problem/25818489

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267904 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp
test/CodeGen/instrument-functions.c