search for: recompilaiton

Displaying 2 results from an estimated 2 matches for "recompilaiton".

Did you mean: precompilation
2008 Jul 15
2
[LLVMdev] MS assembler support
...e assembler. You can select assembler flavour via command line, for example. However, MASM is really weak to support all necessary features for compilation of something huge and complex (MS tools do not emit assembler directly, their assembler listings are pure listings, they cannot be used for recompilaiton. This is especially true if you generate them from some C++ code), so only small and easy things will work. This is not limitation of LLVM itself, but limitation of vendor-provided tools. As for COFF debugging format- are you referring to 'plain' COFF debugging format or to proprietary...
2008 Jul 15
0
[LLVMdev] MS assembler support
...e assembler. You can select assembler flavour via command line, for example. However, MASM is really weak to support all necessary features for compilation of something huge and complex (MS tools do not emit assembler directly, their assembler listings are pure listings, they cannot be used for recompilaiton. This is especially true if you generate them from some C++ code), so only small and easy things will work. This is not limitation of LLVM itself, but limitation of vendor-provided tools. As for COFF debugging format- are you referring to 'plain' COFF debugging format or to proprietary...