From 2242f4822872b18e9485d53bb8740561282aefca Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Sat, 20 Jun 2020 12:01:49 -0700 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f72430d4c..14306b133 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The project is roughly split into the following areas of code: * C++ [include](include) and [lib](lib) trees, following LLVM/MLIR conventions * LIT testing trees: * [test](test): Lit/FileCheck tests covering core MLIR based infra - * [pytest/Compiler](pytest/compiler): Lit test suite that drive the compiler + * [pytest/Compiler](pytest/Compiler): Lit test suite that drive the compiler infra from Python * [backend_test](backend_test): Lit test suites conditionally enabled for each backend