[PATCH] D63845: [WIP] Create a clang attribute that lets users specify LLVM attributes

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 10:47:47 PST 2021


jdoerfert added a comment.
Herald added a subscriber: dexonsmith.

ping, could we come up with a design for this functionality?



================
Comment at: llvm/lib/IR/Attributes.cpp:522
+      .Default(Attribute::None);
+}
+
----------------
can't we create this via tablegen?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63845



More information about the llvm-commits mailing list