[clang] [clang][NFC] Refactor Builtins.def to be a tablegen file (PR #68324)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 5 08:53:18 PDT 2023


================
@@ -172,6 +173,8 @@ cl::opt<ActionType> Action(
                    "Generate clang attribute text node dumper"),
         clEnumValN(GenClangAttrNodeTraverse, "gen-clang-attr-node-traverse",
                    "Generate clang attribute traverser"),
+        clEnumValN(GenClangBuiltins, "gen-clang-builtins",
+                   "Generate clanhg builtins list"),
----------------
tbaederr wrote:

```suggestion
                   "Generate clang builtins list"),
```

https://github.com/llvm/llvm-project/pull/68324


More information about the cfe-commits mailing list