diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-07-16 11:56:11 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-07-16 11:56:11 +0200 |
commit | b8a265e412d0033e62fec616228061e4a186043b (patch) | |
tree | 36e44e0bd94a20154cdbf73411f4b02a4b50043d | |
parent | 49deddce82fbb5ab4020815d4a59390b655ff16c (diff) |
open_issues/llvm: New.
-rw-r--r-- | open_issues/llvm.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/open_issues/llvm.mdwn b/open_issues/llvm.mdwn new file mode 100644 index 00000000..d0b7b91d --- /dev/null +++ b/open_issues/llvm.mdwn @@ -0,0 +1,17 @@ +[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag open_issue_llvm open_issue_porting]] + +[LLVM](http://www.llvm.org/) needs a little bit of porting for being usable on +GNU/Hurd. + +Apparently this has already been done within Debian; +<http://anonscm.debian.org/viewvc/pkg-llvm/llvm/trunk/debian/patches/>. |