[PATCH] D122760: [OpenMP] Add OpenMP variant extension to keep the unmangled name
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 30 13:41:18 PDT 2022
jhuber6 added a comment.
The test currently fails because we don't do the stripping when we emit the precompiled header, it will simply be imported using the mangled version and it will not have in the original input info associated with it. I will need to figure out where we emit the PCH definitions and also demangle it there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122760/new/
https://reviews.llvm.org/D122760
More information about the cfe-commits
mailing list