This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG477f5f4fca2b: [RISCV][Clang] Fix RISCV vector header comment. (authored by jacquesguan, committed by benshi001).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D111597/new/ https://reviews.llvm.org/D111597 Files: clang/utils/TableGen/RISCVVEmitter.cpp Index: clang/utils/TableGen/RISCVVEmitter.cpp =================================================================== --- clang/utils/TableGen/RISCVVEmitter.cpp +++ clang/utils/TableGen/RISCVVEmitter.cpp @@ -1019,7 +1019,7 @@ OS << "\n#ifdef __cplusplus\n"; OS << "}\n"; - OS << "#endif // __riscv_vector\n"; + OS << "#endif // __cplusplus\n"; OS << "#endif // __RISCV_VECTOR_H\n"; }
Index: clang/utils/TableGen/RISCVVEmitter.cpp =================================================================== --- clang/utils/TableGen/RISCVVEmitter.cpp +++ clang/utils/TableGen/RISCVVEmitter.cpp @@ -1019,7 +1019,7 @@ OS << "\n#ifdef __cplusplus\n"; OS << "}\n"; - OS << "#endif // __riscv_vector\n"; + OS << "#endif // __cplusplus\n"; OS << "#endif // __RISCV_VECTOR_H\n"; }
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits