[PATCH] D154706: [RISCV] Add XLEN width integer type: riscv_int.h

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 7 12:50:45 PDT 2023


craig.topper added inline comments.


================
Comment at: clang/lib/Headers/riscv_int.h:10
+
+#ifndef __RISCV_INT_H
+
----------------
Don't you have to `#define __RISCV_INT_H` after this to make this a complete include guard?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154706/new/

https://reviews.llvm.org/D154706



More information about the cfe-commits mailing list