search for: cassembl

Displaying 4 results from an estimated 4 matches for "cassembl".

Did you mean: assemble
2010 Jun 13
0
[LLVMdev] Win32 COFF Support
...fic attributes. > I know some people are working on native linkers for LLVM. It would be > interesting to see an architecture for handling object files that > could be shared between lib/MC and a linker. > This would be good I think. If a linker loaded object files into an IR, maybe CAssembler could handle the linking process also. Would it be safe to assume that on a development/build machine, the executable image, and all the object files it will be made up of could be loaded into memory in some IR? Or would an architecture where the linker only reads headers and symbol information i...
2010 Jun 13
2
[LLVMdev] Win32 COFF Support
...; I know some people are working on native linkers for LLVM. It would be >> interesting to see an architecture for handling object files that >> could be shared between lib/MC and a linker. > > > This would be good I think. > If a linker loaded object files into an IR, maybe CAssembler could handle > the linking process also. Would it be safe to assume that on a > development/build machine, the executable image, and all the object files it > will be made up of could be loaded into memory in some IR? Or would an > architecture where the linker only reads headers and...
2010 Jun 13
2
[LLVMdev] Win32 COFF Support
On Sun, Jun 13, 2010 at 6:34 AM, Matt Fleming <matt at console-pimps.org> wrote: > FYI, I've been working wth Daniel to try and pull all the Mach-O > specific things out of llvm-mc and lib/MC and put them into object file > classes. Once those patches are merged it should be a small matter of > programming to get COFF support for llvm-mc, given that the ObjectWriter > and
2010 Jun 13
0
[LLVMdev] Win32 COFF Support
...ng on native linkers for LLVM. It would be > >> interesting to see an architecture for handling object files that > >> could be shared between lib/MC and a linker. > > > > > > This would be good I think. > > If a linker loaded object files into an IR, maybe CAssembler could handle > > the linking process also. Would it be safe to assume that on a > > development/build machine, the executable image, and all the object files > it > > will be made up of could be loaded into memory in some IR? Or would an > > architecture where the linke...