Skip to content

Commit 61b9176

Browse files
committed
[llvm][TableGen] Add Compiler Explorer link to README
As Compiler Explorer now has trunk llvm-tblgen available.
1 parent 6cbcb79 commit 61b9176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/utils/TableGen/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def HelloWorld { // Hello
2323
string msg = "Hello world!";
2424
}
2525
```
26+
[Try this example on Compiler Explorer.](https://godbolt.org/z/13xo1P5oz)
2627

2728
The internalized records are passed on to various backends, which extract
2829
information from a subset of the records and generate one or more output files.

0 commit comments

Comments
 (0)