Derek Buitenhuis <[email protected]> writes: > On 25/07/2012 6:35 PM, Måns Rullgård wrote: >> There is no llvm assembler. Clang invokes the gnu assembler for .s >> files. > > You actually can use its own assembler with -integrated-as.
That's something else. With -integrated-as, clang/llvm outputs machine code directly without going through a separate assembler. It can't be used to assemble code in a .s file. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
