[LLVMdev] "\01__isoc99_fscanf"
Anton Korobeynikov
anton at korobeynikov.info
Sat May 29 02:57:33 PDT 2010
Hello, Ryan
> "\01__isoc99_fscanf". I am wondering where this symbol is coming from?
It's comming from the gcc's asm("foo") symbol renaming extension.
The "\01" prefix just tells the mangler that it should not touch the
symbol name at all.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-dev
mailing list