On 6/12/2012 3:17 AM, arsen wrote: > Hi all. > > I need to know why does clang change the '$' to '$$' and '%' to '$' in > Inline assembly string before creating the asm call instruction? LLVM uses a different syntax for its inline ASM construct than GCC does. -- Joshua Cranmer News submodule owner DXR coauthor