Bigcheese
2010-Jun-10 21:14 UTC
[LLVMdev] [cfe-dev] clang dependence on gcc for assembler even with -filetype=obj
> Could you send me a patch for this ? I have tried to do similarly but cannot > get it to work. > I am working on a COFF linker for LLVM. > > Aaronhttp://codereview.appspot.com/1638043/show (ignore test/CMakeLists.txt) How are you planning on doing the linker? This is probably something that should be done like LLVMMC. In fact they should probably share Elf/MachO/COFF code.