Files
Eli Friedman e07179a223 [SafeStack] Set debug location for calls to __safestack_pointer_address.
Otherwise, the debug info is incorrect.  On its own, this is mostly
harmless, but the safe-stack also later inlines the call to
__safestack_pointer_address, which leads to debug info with the wrong
scope, which eventually causes an assertion failure (and incorrect debug
info in release mode).

Differential Revision: https://reviews.llvm.org/D51075



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340651 91177308-0d34-0410-b5e6-96231b3b80d8
2018-08-24 20:42:32 +00:00
..