[LLVMdev] restrictions on symbol names?

David Chisnall David.Chisnall at cl.cam.ac.uk
Tue Jun 25 02:02:39 PDT 2013


On 25 Jun 2013, at 06:21, Óscar Fuentes <ofv at wanadoo.es> wrote:

> In my experience, the most restrictive part is the object format (ELF,
> COFF, etc.)

You may also encounter problems with the assembler, if you're not using the LLVM integrated assembler.  I had problems in the past with the Darwin assembler being unable to handle certain non-alphanumeric characters.  Binutils assemblers on various platforms also have limitations that tend not to be well documented.

David





More information about the llvm-dev mailing list