[PATCH] D71553: [RISCV] Add Clang frontend support for Bitmanip extension

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 17 08:31:30 PDT 2020


MaskRay added inline comments.


================
Comment at: clang/lib/Basic/Targets/RISCV.cpp:129
+
+  if (HasB) {
+    Builder.defineMacro("__riscv_bitmanip");
----------------
delete `{}`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71553





More information about the cfe-commits mailing list