[llvm-bugs] [Bug 42337] -fdebug-compilation-dir doesn't work in a FreeBSD version of clang
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 20 00:40:29 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42337
Dimitry Andric <dimitry at andric.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
CC| |dimitry at andric.com
--- Comment #1 from Dimitry Andric <dimitry at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190620/4967296f/attachment.html>
More information about the llvm-bugs
mailing list