[cfe-dev] -emit-html ignored

Gordon Keiser gkeiser at arxan.com
Mon May 21 14:49:15 PDT 2012


You'll want to add at least -c to that command line to tell it that you're not trying to do a full build.  

-Gordon

> -----Original Message-----
> From: cfe-dev-bounces at cs.uiuc.edu [mailto:cfe-dev-bounces at cs.uiuc.edu]
> On Behalf Of Foivos Zakkak
> Sent: Monday, May 21, 2012 5:44 PM
> To: cfe-dev at cs.uiuc.edu
> Subject: [cfe-dev] -emit-html ignored
> 
> Hi,
> 
> i am trying to produce an html file with the source code of test.c, however i
> am getting the following
> 
> $ clang test.c -emit-html -o test.html
> clang: warning: argument unused during compilation: '-emit-html'
> 
> resulting in test.html to be the compiled executable of test.c
> 
> Thank you in advance
> Foivos
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list