Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] LLVM Documentation Fixed"
2012 Jan 28
1
[LLVMdev] CommandGuide documentation points to outdated pages?
Hello,
I noticed something strange in the links from
http://llvm.org/docs/CommandGuide/index.html
They all point to HTML files in http://llvm.org/cmds/, which were last
updated on 11-May-2010. There were many updates to the CommandGuide
documents since that time, according to the SVN logs, however.
One manifestation of this problem is that a fix made in r147721
(07-Jan-2012) to one of the
2009 Feb 28
1
[LLVMdev] Documentation Issues Welcome?
Having recently become interested in llvm I've read a lot of
documentation on your website. Considering that a 2.5
release is due out soon, I'm guessing there will be
additional readers and writers focusing on the docs.
Would feedback in this area be welcome?
Simple misspellings of words on various pages like
Subvresion, producess, performsn, instructiosn, catagory,
and mis-behaving seem
2009 Feb 07
1
[LLVMdev] [PATCH] Use the new URL to BugPoint documentation
---
tools/bugpoint/bugpoint.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
I came across this while running bugpoint --help, hope you don't mind the git
patch output :)
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index 2364675..587077e 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -67,7 +67,7 @@ int main(int argc,
2007 Jul 25
0
[LLVMdev] [Fwd: Re: svn issues]
This just in from Oscar ..
Reid
-------- Forwarded Message --------
> From: Oscar Fuentes <ofv at wanadoo.es>
> To: Reid Spencer <rspencer at reidspencer.com>
> Subject: Re: svn issues
> Date: Wed, 25 Jul 2007 19:09:17 +0200
>
> Reid Spencer <rspencer at reidspencer.com> writes:
>
> > Hi David,
> >
> > On Wed, 2007-07-25 at 10:38 -0500,
2010 Mar 05
0
Subversion CentOS documentation problem - can someone fix this?
Hi - the "Subversion on CentOS" are missing a key point - can someone modify:
http://wiki.centos.org/HowTos/Subversion
to fix them?
These docs need to add the info from:
http://www.virtualmin.com/node/9539
Basically,
"In your /etc/httpd/conf/httpd.conf, there should be a series of LoadModule lines that load "dav_module" and "dav_fs_module" (amongst others)
2017 Aug 10
2
Is anyone experienced writing Sphinx documentation?
I've read through the docs, but honestly this is driving me crazy and I
shouldn't have to fight this hard to just to write some documentation.
Here's the problem:
Look at llvm/docs/CommandGuide/FileCheck.rst
I want to add a table of contents that looks like this [
http://llvm.org/docs/CMake.html] to that file. Nothing I've tried works.
(Also, no I'm not trying to add it in
2013 Apr 12
0
CentOS-announce Digest, Vol 98, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2015 Feb 12
0
info/EL5: subversion / mod_dav_svn
Just to point out that EL5 does not get this patch:
https://rhn.redhat.com/errata/RHSA-2015-0165.html
"A NULL pointer dereference flaw was found in the way the mod_dav_svn module
handled REPORT requests. A remote, unauthenticated attacker could use a
specially crafted REPORT request to crash mod_dav_svn. (CVE-2014-3580)"
https://bugzilla.redhat.com/show_bug.cgi?id=1174054#c17
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
Aaron Gray wrote:
> Turns out I did not have Perl installed and hence no pod2man command, so
> it was not groff after all.
>
> But 'true', what ever it does, does not seem to be working on Cygwin.
>
> true pod2man --release=1.5 --center="LLVM Command Guide"
> /usr/build/llvm/../../src/llvm-1.5/docs/CommandGuide/analyze.pod
>
2005 May 19
0
[LLVMdev] [Cygwin] groff build error
Aaron,
This looks to be exactly the same problem as with the executables.
There's probably a space where it shouldn't be. Either that or the
CommandGuide directory isn't getting created properly.
Reid
On Thu, 2005-05-19 at 23:12 +0100, Aaron Gray wrote:
> Here it is, a missing file "analyze.1" :-
>
> /usr/bin/groff -Tps -man
2016 Dec 13
0
LLVM Documentation - How does it get updated?
On 13 December 2016 at 17:45, Zachary Turner via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Over a month ago I submitted some patches to begin documenting PDB file
> format. These files are in llvm/docs/PDB. When I view the docs online
> though, they appear stale. Many of the pages are blank, containing only a
> file header. This matches up with my initial commit of the
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
Yeah, that's exactly right, Aaron. "true" is a command that simply
returns with an exit status of 0 and ignores its arguments. When pod2man
can't be found we define the variable that specifies its path as "true
pod2man". This allows the command that should have been run to be shown
while at the same time not interrupting the makefile with a failure.
This is entirely
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Am back to the same llvm 'make install' errors as I had before :-
Two trivial ones, of uncreated directories :-
llvm[2]: Installing Debug /usr/llvm/bin/llvm-ranlib
/usr/bin/install: target `/usr/llvm/bin/llvm-ranlib' is not a directory
make[2]: *** [/usr/llvm/bin/llvm-ranlib] Error 1
make[2]: Leaving directory `/usr/build/llvm/tools/llvm-ranlib'
make[1]: ***
2005 May 20
2
[LLVMdev] [Cygwin] groff build error - semi solved
Turns out I did not have Perl installed and hence no pod2man command, so it was not groff after all.
But 'true', what ever it does, does not seem to be working on Cygwin.
true pod2man --release=1.5 --center="LLVM Command Guide" /usr/build/llvm/../../src/llvm-1.5/docs/CommandGuide/analyze.pod /usr/build/llvm/docs/CommandGuide/analyze.1
'true' seems to behaving like a
2005 May 19
0
[LLVMdev] [Cygwin] llvm 'make install' build errors
Aaron,
That looks to me like the "install" program on your platform isn't quite
up to snuff. It should be doing a command like:
/usr/bin/install -c -m 0755 \
/proj/llvm/build/Debug/bin/llvm-ranlib /proj/install/bin/llvm-ranlib
Its not supposed to create an llvm-ranlib directory, the second argument
is the name of the file to create. This works fine on linux.
Can you "make
2014 Mar 07
0
CentOS-announce Digest, Vol 109, Issue 2
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2019 May 02
2
Llvm-mca library.
Hi Lorenzo,
I’ll answer the first question you have:
> I would like to use llvm-mca to estimate the IPC of a given code region. I am interested in the library version
2008 Jun 13
0
[LLVMdev] llvm-gcc and -emit-llvm
>
> OK, I had an llvmgcc.html (etc.) in my checkout, which I thought was
> checked out from the repository (certainly it is none of my doing).
> But I see it is not in there, so I just didn't understand how this
> works.
>
>> For the website, can you check again? There was a permissions issues
>> on
>> something that might have been the problem. I fixed
2005 May 19
6
[LLVMdev] [Cygwin] groff build error
Here it is, a missing file "analyze.1" :-
/usr/bin/groff -Tps -man /usr/build/llvm/docs/CommandGuide/analyze.1 > /usr/buil
d/llvm/docs/CommandGuide/analyze.ps
troff: fatal error: can't open `/usr/build/llvm/docs/CommandGuide/analyze.1': No
such file or directory
make[2]: *** [/usr/build/llvm/docs/CommandGuide/analyze.ps] Error 1
make[2]: Leaving directory
2016 Dec 13
2
LLVM Documentation - How does it get updated?
Yes when I first committed the docs were fine upstream. I think I even got
1 or 2 additional commits that I could see the changes of reflected on the
website. At some point though, it just stopped updating (I don't know
which exact CL). I can find a date range of when things stopped being
update if that would be helpful.
If I look at the PDB documentation now (which is rooted here