[PATCH] D109544: [OpenMP] Add flag for setting debug in the offloading device
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 13 04:53:06 PDT 2021
jdoerfert added a comment.
In D109544#2996913 <https://reviews.llvm.org/D109544#2996913>, @mgorny wrote:
> I'm sorry, it seems to have been caused by ccache. After clearing the cache, I can't reproduce anymore.
The problem is that clang-ast-dump has incomplete dependences and sometimes picks stuff up from the install folder.
If you delete install it works, ccache might have a similar effect.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109544/new/
https://reviews.llvm.org/D109544
More information about the cfe-commits
mailing list