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

Kito Cheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 9 20:02:08 PDT 2023


kito-cheng marked an inline comment as done.
kito-cheng added inline comments.


================
Comment at: clang/lib/Headers/riscv_int.h:10
+
+#ifndef __RISCV_INT_H
+
----------------
craig.topper wrote:
> Don't you have to `#define __RISCV_INT_H` after this to make this a complete include guard?
Ooops, thanks for catching this!


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