summaryrefslogtreecommitdiff
path: root/examples/TracingBrainF/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/TracingBrainF/README')
-rw-r--r--examples/TracingBrainF/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/TracingBrainF/README b/examples/TracingBrainF/README
deleted file mode 100644
index 11a6392127f..00000000000
--- a/examples/TracingBrainF/README
+++ /dev/null
@@ -1 +0,0 @@
-This is an example trace-based JIT for Brainfuck, using LLVM as its code generation engine. To compile it, simply drop this directory within llvm/examples in an LLVM source tree, and do `make` in that directory.