From d92017a924390b74f377ca5e7877204b88d1f5a6 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Wed, 1 Dec 2004 17:10:36 +0000
Subject: [PATCH] Add line # info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18403 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 3fb15821bdd..6358ec7f697 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -146,6 +146,9 @@ benchmarks, and many other C and C++ programs.
an abstract target description, instead of requiring them to be hand
written.
LLVM regression and feature tests can now be run with DejaGNU.
+ llvmgcc and llvmg++ now emit source-level line number information, making
+ it possible to map from LLVM code back to source. This is currently used
+ by llvm-db.
--
2.34.1