OSDN Git Service

Reapply "[Cloning] Take another pass at properly cloning debug info"
authorKeno Fischer <keno@alumni.harvard.edu>
Thu, 1 Jun 2017 23:02:12 +0000 (23:02 +0000)
committerKeno Fischer <keno@alumni.harvard.edu>
Thu, 1 Jun 2017 23:02:12 +0000 (23:02 +0000)
commit6437c35ae0911f04fb8898fc1d42ed83a57b4d10
treec3a82b3f5699d8f30bea3fa58f2d1b269df55e77
parentcb20a4fea92b067973a8c59b9269402edc900508
Reapply "[Cloning] Take another pass at properly cloning debug info"

This was rL304226, reverted in 304228 due to a clang assertion failure
on the build bots. That problem should have been addressed by clang
commit rL304470.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304488 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugLoc.h
include/llvm/Transforms/Utils/Cloning.h
lib/IR/DebugLoc.cpp
lib/Transforms/Coroutines/CoroSplit.cpp
lib/Transforms/Utils/CloneFunction.cpp
unittests/Transforms/Utils/Cloning.cpp