Go to file
Evgeniy Stepanov 2be29929be Fix line numbers for code inlined from __nodebug__ functions.
Instructions from __nodebug__ functions don't have file:line
information even when inlined into no-nodebug functions. As a result,
intrinsics (SSE and other) from <*intrin.h> clang headers _never_
have file:line information.

With this change, an instruction without !dbg metadata gets one from
the call instruction when inlined.

Fixes PR19001.

llvm-svn: 210459
2014-06-09 09:09:19 +00:00
clang Fix line numbers for code inlined from __nodebug__ functions. 2014-06-09 09:09:19 +00:00
clang-tools-extra
compiler-rt Fix line numbers for code inlined from __nodebug__ functions. 2014-06-09 09:09:19 +00:00
debuginfo-tests
libclc
libcxx
libcxxabi
lld
lldb
llvm Fix line numbers for code inlined from __nodebug__ functions. 2014-06-09 09:09:19 +00:00
openmp
polly