ken-matsui added inline comments.
================
Comment at: clang/lib/Lex/PPDirectives.cpp:484
const SourceLocation &EndLoc) const {
+ // If this is a `.S` file, treat unknown # directives as non-preprocessor
+ // directives.
----------------
nickdesaulniers wrote:
> Also, IIRC the token used to start a comment in assembler differs per
> architecture. This might be the simplest fix, for now.
Ah, I did not know that. Thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125727/new/
https://reviews.llvm.org/D125727
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits