https://bugs.llvm.org/show_bug.cgi?id=42337

Dimitry Andric <dimi...@andric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |dimi...@andric.com

--- Comment #1 from Dimitry Andric <dimi...@andric.com> ---
It does work, but only in 'cc1 mode', e.g. if the first argument to clang++80
is -cc1.  This is used when the driver starts the compiler proper.

E.g., this works:

clang++80 -cc1 -fdebug-compilation-dir /tmp x.cpp

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to