Commits

Adrian Prantl committed 6e61b335844
Debug Info: Propagate dbg.value intrinsics into basic blocks that contain a variable live range extension intrinsic. This is working around a shortcoming of LLVM. LiveDebugValues should be doing this but can't in general because it currently only tracks register locations. rdar://problem/27348117