Displaying 2 results from an estimated 2 matches for "2e27057a".
2015 Sep 09
2
clang invokes assembler when generating obj file?
Dear there,
I'm trying to use clang to invoke my backend to generate obj code using
command:
clang -target x-linux-gnu global.c -c
But it shows me an error:
clang: error: assembler command failed with exit code 1 (use -v to see
invocation)
I have assembler setup in my backend but it is incorrectly setup (not
currently using any assembler). Is there a way for clang to not invoke
assembler
2015 Sep 09
2
clang invokes assembler when generating obj file?
..._
> > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150909/2e27057a/attachment.html>