From 521446ba8ada771a9d5c90451273f6760bcd879b Mon Sep 17 00:00:00 2001 From: bdemsky Date: Mon, 19 Aug 2019 15:17:21 -0700 Subject: [PATCH] Add README file --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..424cf7b --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +C11Tester LLVM frontend +======================= + +This repository contains the LLVM frontend for instrumenting C/C++ +code for the C11Tester framework. + +To build this frontend do the following: +1) Clone the repository using git into a folder names CDSPass +2) Obtain a copy of the LLVM compiler +2) Place the CDSPass folder under the directory llvm/lib/Transformation +3) Add "add_subdirectory(CDSPass)" to llvm/lib/Transformation/CMakeLists.txt +4) Build LLVM following the LLVM build instructions -- 2.34.1