llvm-project/llvm/test/Transforms/SafeStack
Eli Friedman 59de37ba6c [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

llvm-svn: 340651
2018-08-24 20:42:32 +00:00
..
AArch64 [SafeStack] Handle unreachable code with safe stack coloring. 2018-08-22 21:38:57 +00:00
ARM [SafeStack] Set debug location for calls to __safestack_pointer_address. 2018-08-24 20:42:32 +00:00
X86 [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. 2018-05-09 02:40:45 +00:00