diff options
author | Owen Anderson <resistor@mac.com> | 2007-07-03 21:36:47 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-07-03 21:36:47 +0000 |
commit | 241c3dac3f15fb15dc37a61bd46e1ac8a97e258d (patch) | |
tree | 38bb338a2b5672788f0635c902857b2032d794db /examples/BFtoLLVM/tests/hello.expected-out | |
parent | 3d6fac3993327bf6b7f84b5714daaa955fe9cb57 (diff) | |
download | external_llvm-241c3dac3f15fb15dc37a61bd46e1ac8a97e258d.zip external_llvm-241c3dac3f15fb15dc37a61bd46e1ac8a97e258d.tar.gz external_llvm-241c3dac3f15fb15dc37a61bd46e1ac8a97e258d.tar.bz2 |
Remove BFtoLLVM. It was old, and a poor example because it didn't use best practices for making
a LLVM frontend in C++. Maybe someday it will be rewritten..
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/BFtoLLVM/tests/hello.expected-out')
-rw-r--r-- | examples/BFtoLLVM/tests/hello.expected-out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/BFtoLLVM/tests/hello.expected-out b/examples/BFtoLLVM/tests/hello.expected-out deleted file mode 100644 index 980a0d5..0000000 --- a/examples/BFtoLLVM/tests/hello.expected-out +++ /dev/null @@ -1 +0,0 @@ -Hello World! |