We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbcb79 commit 61b9176Copy full SHA for 61b9176
llvm/utils/TableGen/README.md
@@ -23,6 +23,7 @@ def HelloWorld { // Hello
23
string msg = "Hello world!";
24
}
25
```
26
+[Try this example on Compiler Explorer.](https://godbolt.org/z/13xo1P5oz)
27
28
The internalized records are passed on to various backends, which extract
29
information from a subset of the records and generate one or more output files.
0 commit comments