From: Chris Lattner
Date: Sat, 27 Nov 2004 21:29:43 +0000 (+0000)
Subject: Mention dj
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b7c00759f9c6e986ba3bc6d0a57da41e39845df3;p=oota-llvm.git
Mention dj
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18286 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 40bffe29fa0..2e3b3472b76 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -145,6 +145,7 @@ benchmarks, and many other C and C++ programs.
The LLVM code generator now generates asm writers for the target from
an abstract target description, instead of requiring them to be hand
written.
+ LLVM regression and feature tests can now be run with DejaGNU.