Remove BFtoLLVM. It was old, and a poor example because it didn't use best practices...
authorOwen Anderson <resistor@mac.com>
Tue, 3 Jul 2007 21:36:47 +0000 (21:36 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 3 Jul 2007 21:36:47 +0000 (21:36 +0000)
commit241c3dac3f15fb15dc37a61bd46e1ac8a97e258d
tree38bb338a2b5672788f0635c902857b2032d794db
parent3d6fac3993327bf6b7f84b5714daaa955fe9cb57
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
examples/BFtoLLVM/BFtoLLVM.cpp [deleted file]
examples/BFtoLLVM/Makefile [deleted file]
examples/BFtoLLVM/tests/Makefile [deleted file]
examples/BFtoLLVM/tests/hello.b [deleted file]
examples/BFtoLLVM/tests/hello.expected-out [deleted file]
examples/Makefile