diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-07 19:23:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-07 19:23:05 +0000 |
commit | add68af0314949857697b8dc2ac145dca842c7a1 (patch) | |
tree | c0ca27ae128780dde9959ec7138c26cebf1eb025 | |
parent | 581dc80fd0f46b1079cb3eb35112de6c36aa1708 (diff) |
PR implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13406 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a64a2209ea..d99d12118c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -132,6 +132,7 @@ issues were fixed:</a> <ol> <li><a href="http://llvm.cs.uiuc.edu/PR305">LLVM tools will happily spew bytecode onto your terminal</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR329">[llvmgcc] type names are not emitted for structure typedefs</a></li> </ol> <!--=========================================================================--> |