Closed
Description
Bugzilla Link | 802 |
Resolution | WONTFIX |
Resolved on | Mar 26, 2012 05:56 |
Version | 1.0 |
OS | All |
Blocks | llvm/llvm-bugzilla-archive#862 |
CC | @asl,@d0k,@matthijskooijman,@nlewycky,@pwo |
Extended Description
The C backend, at least when the C is compiled by GCC, should be able to change LLVM inline asm back
into GCC-style inline asm in the cbe.c file. Right now, we just output an unresolved symbol when inline
asm is used.
-Chris