[cfe-dev] Clang-Cl - support for the FAcs flag?

Reid Kleckner via cfe-dev cfe-dev at lists.llvm.org
Tue Mar 6 09:54:14 PST 2018


I don't think there are any plans to add it. We don't have support for the
equivalent GCC flags yet either (-Wa,-adhln, I think?), so this isn't just
a matter of hooking things up. The feature would need to be implemented
from scratch.


On Tue, Mar 6, 2018 at 12:59 AM via cfe-dev <cfe-dev at lists.llvm.org> wrote:

> Hello Clang-Dev-List-People,
>
> I use clang-cl integrated to Visual Studio to compile my projects. This is
> working fine. I wanted to ask, if there are plans for supporting the /FAcs
> flag of the visual studio compiler? Or at least is there a work around?
>
> For those how doesn't know the flag:
> It generates assembly output, but also mixes the C/C++ source code as
> comments into it. This really helps to find points of interest.
>
> Kind regards
> Björn
>
> Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816,
> USt.ID-Nr. DE 114 165 789
> Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode,
> Heiko Lampert, Hiroshi Kawamura, Takashi Nagano, Takeshi Fukushima.
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180306/e7c90460/attachment.html>


More information about the cfe-dev mailing list