[llvm] 61b9176 - [llvm][TableGen] Add Compiler Explorer link to README
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 31 02:13:00 PDT 2023
Author: David Spickett
Date: 2023-10-31T09:11:50Z
New Revision: 61b9176cf70444c54f3ac6eebd82fc9ffd69944d
URL: https://github.com/llvm/llvm-project/commit/61b9176cf70444c54f3ac6eebd82fc9ffd69944d
DIFF: https://github.com/llvm/llvm-project/commit/61b9176cf70444c54f3ac6eebd82fc9ffd69944d.diff
LOG: [llvm][TableGen] Add Compiler Explorer link to README
As Compiler Explorer now has trunk llvm-tblgen available.
Added:
Modified:
llvm/utils/TableGen/README.md
Removed:
################################################################################
diff --git a/llvm/utils/TableGen/README.md b/llvm/utils/TableGen/README.md
index e19701acfce63ac..3bee6555566a61c 100644
--- a/llvm/utils/TableGen/README.md
+++ b/llvm/utils/TableGen/README.md
@@ -23,6 +23,7 @@ def HelloWorld { // Hello
string msg = "Hello world!";
}
```
+[Try this example on Compiler Explorer.](https://godbolt.org/z/13xo1P5oz)
The internalized records are passed on to various backends, which extract
information from a subset of the records and generate one or more output files.
More information about the llvm-commits
mailing list