From 4d19ad085f72aebe4aea4d72383d3fdd6f644e4e Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 9 Feb 2024 03:37:10 -0500 Subject: [PATCH] Remove llvm/README.md The information in that file is now a doc comment --- llvm/README.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 llvm/README.md diff --git a/llvm/README.md b/llvm/README.md deleted file mode 100644 index d8916eb..0000000 --- a/llvm/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# llvm - -This package was created for the express purpose of generating LLVM IR. A good -portion of this code was taken from the [llir project](https://github.com/llir/llvm). - -This package supports: -- Instructions and terminators -- Constants -- Modules -- Functions -- Types -- Type defs -- Blocks -- Opaque pointers - -This package does not support: -- Constant expressions -- Sanity checking -- Typed pointers -- Metadata and attributes