[PATCH] D142560: Allow getRawCommentForDecl to find comments in macros
Dana Jansens via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 26 12:55:07 PST 2023
danakj added a comment.
I tried modifying the test to pass an AIX target, running on Linux:
// RUN: %clang_cc1 -triple powerpc64-ibm-aix -emit-pch -o %t/out.pch -F %S/Inputs/Frameworks %s
// RUN: %clang_cc1 -triple powerpc64-ibm-aix -include-pch %t/out.pch -F %S/Inputs/Frameworks -fsyntax-only %s
However the test passes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142560/new/
https://reviews.llvm.org/D142560
More information about the cfe-commits
mailing list