From b7c00759f9c6e986ba3bc6d0a57da41e39845df3 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sat, 27 Nov 2004 21:29:43 +0000
Subject: [PATCH] Mention dj
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18286 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 1 +
1 file changed, 1 insertion(+)
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.