Re: Replacement for the .stabs directive

2016-08-24 Thread Jim Wilson
On 08/19/2016 12:55 PM, Umesh Kalappa via llvm-dev wrote: We have the legacy code ,that uses the .stabs directive quiet often in the source code like .stabs "symbol_name", 100, 0, 0, 0 + .label_one f; .label_one stmt and ,the above code is wrapped with the inline asm in the c source

Replacement for the .stabs directive

2016-08-19 Thread Umesh Kalappa
Hello Everyone , We have the legacy code ,that uses the .stabs directive quiet often in the source code like .stabs "symbol_name", 100, 0, 0, 0 + .label_one f; .label_one stmt and ,the above code is wrapped with the inline asm in the c source file . we are using clang 3.8(with lto)