From 17c2b922d78c9151854630529ee5ed15427cb24a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 4 Aug 2004 00:43:50 +0000 Subject: [PATCH] Added note for PR413 Tools now respond to the --version option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15456 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 4ddddbefcb0..016204cae9c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -146,6 +146,9 @@ href="AliasAnalysis.html#globalsmodref">context-sensitive mod/ref analysis for global variables, which is now enabled by default in gccld.
  • LLVM can now autogenerate assembly printers for code generators from the tablegen description of the target (before they were hand coded).
  • +
  • All LLVM tools will now respond to the +--version option which +will tell you the version of LLVM on which the tool is based.