From 6d84e0d781e4311313caffe60433f90404eff633 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 1 Oct 2004 18:36:22 +0000 Subject: [PATCH] Add note about converting Skeleton to a useful backend and using it in the Interpreter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16627 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/OpenProjects.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index 4b68694c92b..da5639eac6a 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -337,6 +337,17 @@ run it through llvm-gcc, then run a random set of passes on it using opt. Try to crash opt. When opt crashes, use bugpoint to reduce the test case and mail the result to yourself. Repeat ad infinitum.
  • Design a simple, recognizable logo.
  • +
  • Improve the usefulness and utility of the Skeleton target backend: +
  • -- 2.34.1