From 1897d0732cefb8161de90f446c7adb5376e0b817 Mon Sep 17 00:00:00 2001 From: huiyie Date: Mon, 29 Oct 2018 23:01:18 -0700 Subject: [PATCH] Update README.md with links Added links to relevant resources to give context to anyone looking to contribute to the repo - Link to LLVM project site - Link to Wikipedia writeup on IR in the context of LLVM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d65935f0..743755b9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Introduction -This tool statically (AOT) translates (or raises) binaries to LLVM IR. +This tool statically (AOT) translates (or raises) binaries to [LLVM](https://llvm.org/) [IR](https://en.wikipedia.org/wiki/Intermediate_representation). # Getting Started (Linux/Mac) ## Building as part of LLVM tree