From 34411151d58cd9414c1ede4874716c64789efd16 Mon Sep 17 00:00:00 2001 From: Mathias Payer Date: Fri, 20 Nov 2020 13:11:38 +0100 Subject: [PATCH] LLVM version --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7507c8d..f585d11 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ cmake .. make -j$(nproc) ``` +Note that we originally used LLVM 6 to compile the code, while it may work with other +versions of LLVM, some code changes will be necessary. + Also don't forget to adjust the following MACROs in `src/compose.h` according to your needs: ```C++