From c17e05c205f7384e6372ca98a11be826bdde59f9 Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Wed, 10 Dec 2025 13:25:06 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d669cea..090fb98 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ What you can do with this library: ## Expected Inputs -The input APIs are LLVM-IR, SPIRV, code object. +The input APIs are SPIRV and code object. ## Requirements From 9d3da89ab936587cfb4ce520c5a42ec6ae00107e Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Wed, 10 Dec 2025 13:27:04 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 090fb98..46ae0d7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ What you can do with this library: The input APIs are SPIRV and code object. +TODO: need to support compressed code objects. + ## Requirements Only works on linux right now. Requires `CXX20` compiler.