[cfe-commits] r100493 - /cfe/trunk/tools/driver/cc1_main.cpp
Chris Lattner
clattner at apple.com
Tue Apr 6 11:57:27 PDT 2010
On Apr 6, 2010, at 11:53 AM, Douglas Gregor wrote:
>>
>> The problem is that the errors complain about "<inline asm>:1:2" which -verify doesn't handle yet. I'm adding a "asm generated from here" line pointing back to the original .c file next.
>
> Is the <inline asm> a temporary thing? It seems like we should be able to map from source locations inside the inline asm back to real locations in the original .c file.
"I'm adding a "asm generated from here" line pointing back to the original .c file next."
:-)
-Chris
More information about the cfe-commits
mailing list