Merge /home/git/c11llvm
authorweiyu <weiyuluo1232@gmail.com>
Mon, 4 Nov 2019 23:20:42 +0000 (15:20 -0800)
committerweiyu <weiyuluo1232@gmail.com>
Mon, 4 Nov 2019 23:20:42 +0000 (15:20 -0800)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..c0df353
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+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
+
+Acknowledgments
+---------------
+
+This material is based upon work supported by the National Science
+Foundation under Grant Numbers 1740210 and 1319786 and Google Research 
+awards.
+
+Any opinions, findings, and conclusions or recommendations expressed in
+this material are those of the author(s) and do not necessarily reflect
+the views of the National Science Foundation.