Displaying 1 result from an estimated 1 matches for "1e68a770".
Did you mean:
168770
2012 Feb 24
1
[LLVMdev] DW_AT_inline not present in assembly for an inlined inline function
Hello
I am trying to run following test case on Clang compiled output to compare
the dwarf inline attributes in the resulting assembly output .
/* Inlined inline function must have abstract DIE */
/* { dg-do compile } */
/* { dg-options "-O2 -gdwarf-2 -dA -fpreprocessed" } */
/* { dg-final { scan-assembler "3.*DW_AT_inline" } } */
#1 "test.h"
inline int t()
{
}
int