[cfe-dev] [llvm-dev] Clang plugin causes changes in debug information
Andrzej Warzynski via cfe-dev
cfe-dev at lists.llvm.org
Fri Nov 13 09:49:58 PST 2020
+cfe-dev
I suspect that the compiler driver generates slightly different jobs,
depending on how it's run (with plugin vs without plugins).
It would help if you could clarify how you generate your outputs and in
exactly what way they differ.
-Andrzej
On 12/11/2020 14:37, Егор Зудин via llvm-dev wrote:
> Hi,
>
> I noticed that using even a simple plugin for clang sometimes causes
> some shifts in debug info of produced object files.Source code of the
> plugin is attached.
>
> Could anyone answer if it is expected behaviour? And what causes it if so.
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
More information about the cfe-dev
mailing list