search for: commandguid

Displaying 20 results from an estimated 152 matches for "commandguid".

Did you mean: commandguide
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 `/usr/build/llvm/docs/Command...
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 "do nothing machine". >From looking at the Bash documentation it does not look like it should be there at all ! http://www.faqs.org/docs/bashman/bashref_68.html Can anyone enlig...
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
...ve 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 "do nothing machine". > > From looking at the Bash documentation it does not look like it should > be there at all ! > > http://www.faqs.org/docs...
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...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
.../llvm-ar' make[1]: *** [llvm-ar/.makeinstall] Error 2 make[1]: Leaving directory `/usr/build/llvm/tools' make: *** [install] Error 1 Making the directories and rerunning 'make install' bypasses those for now. And a more indepth one :- /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 `/usr/build/llvm/docs/Command...
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 /usr/build/llvm/docs/CommandGuide/analyze.1 > > /usr/buil > d/llvm/docs/CommandGuide/ana...
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
...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 "do nothing machine". > > From looking at the Bash documentation it does not look like it should > be there at all ! > > http://www.faqs.org/docs/bashman...
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 FileCheck.rst specifically, but rather in a new document that will be added to CommandGuide. But if it w...
2016 Aug 09
2
[LTO] Bypass the integrated assembler ...
...2016, at 9:24 AM, Kevin Choi via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > -Wl,--plugin=LLVMgold.so,--plugin-opt=emit-llvm This is totally Gold specific. The fact that he mentions using LTOCodeGenerator makes me think that he does not use Gold. > > http://llvm.org/docs/CommandGuide/opt.html <http://llvm.org/docs/CommandGuide/opt.html> > http://llvm.org/docs/CommandGuide/llc.html <http://llvm.org/docs/CommandGuide/llc.html> > > "The llc command compiles LLVM source inputs into assembly language for a specified architecture." > > On 9 Aug...
2016 Aug 09
2
[LTO] Bypass the integrated assembler ...
Hi Guys , We enabled the LTO on our code base and found that LTO uses the integrated/builtin assembler to emit the final optimized code .O (FileType= CGFT_ObjectFile) . Can we bypass this semantic ,for something like you emit .S file (FileType=CGFT_AssemblyFile), Then we pass this .S file to our native assembler and the linker .....any switch/ options do so ? i.e something like as we have
2005 May 19
0
[LLVMdev] [Cygwin] llvm 'make install' build errors
...l] Error 2 > make[1]: Leaving directory `/usr/build/llvm/tools' > make: *** [install] Error 1 > > Making the directories and rerunning 'make install' bypasses those for > now. > > And a more indepth one :- > > /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 dire...
2013 May 24
3
[LLVMdev] Installing LLVM Tools
So I just started looking into LLVM and I was wondering how to install the LLVM tools suite. (Such as the llvm-as or lli commands in the terminal described here: http://llvm.org/docs/CommandGuide (http://llvm.org/docs/CommandGuide/)). I have downloaded LLVM, Clang, the test suite, and have run the build and make commands. I have looked around on the website but I have not found a sufficient explanation of how to install the tools. If it is on there, feel free to send a link, but if not I w...
2019 May 02
2
Llvm-mca library.
...he library version (https://reviews.llvm.org/D50929?id=162210 <https://reviews.llvm.org/D50929?id=162210>) but I have troubles understanding how to use it. Could you please point me to some documentations or (better) some code examples if any? Reading the documentation (https://llvm.org/docs/CommandGuide/llvm-mca.html <https://llvm.org/docs/CommandGuide/llvm-mca.html>) it also seems that llvm-mca does not take into account the cache hierarchy. Does this mean that the tool assumes all the loads/stores hit the L1 cache? Looking forward to hearing from you. Best regards, Lorenzo Chelini. ----...
2013 Mar 15
3
[LLVMdev] Can the FileCheck ignore spaces ?
Hi all: I'm writing testcase for the MC layer regression in llvm, the disassembled string is a bit complicate, for example: "IALU.T0 (I0) = BIU0.DM ; REPEAT AT ( 2 ) ;;" The spaces in the disassembled string is error-prone. Is there any option to tell the FileCheck utility to ignore the spaces ? Kind Regards. Shawn.
2009 Feb 28
1
[LLVMdev] Documentation Issues Welcome?
...what would be the appropriate area to patch. Something still seems wrong about the way that it is currently documented. stkrc is a good example. The page http://llvm.org/docs/ mentions stkrc among the list of "current tools". This tool is listed among the man pages on http://llvm.org/docs/CommandGuide/man/man1/ but it is not linked from more direct list of current tools on http://llvm.org/docs/CommandGuide/ It appears to be more of a demo than a tool itself, but its absence from the CommandGuide page looks like it might be an oversight rather than an intentional removal. When you actually get t...
2019 May 02
2
Llvm-mca library.
...behalf of the Viewers. If you trace what the viewers are doing in the source file, you’ll probably want to do something similar. 1. Call “Pipeline::run” to start your experiment and collect performance information. Your second question: > Reading the documentation (https://llvm.org/docs/CommandGuide/llvm-mca.html<https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_docs_CommandGuide_llvm-2Dmca.html&d=DwMFAg&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=Ehy5cbFrTOTrtNpj4jTjwnMXspCxyoUuKpn3m8pxGpg&s=5845DcPA4uSN_lgPE_SlH6XwRSShIfPIvYR1t8AZHpU&e=>) it...
2014 Mar 12
3
[LLVMdev] llc debug info
I can generate debug info using opt like this: opt < a.bc > /dev/null -mypass -debug But I don't know how to do it using llc. I check http://llvm.org/docs/CommandGuide/llc.html there are not any information about debug flags. Purpose EX: I want to print all the DEBUG(dbgs()......) in llvm/lib/CodeGen/RegAllocGreedy.cpp . What should I do? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev...
2013 May 24
0
[LLVMdev] Installing LLVM Tools
On Fri, May 24, 2013 at 3:27 PM, Kyle Holzinger <kholz at bu.edu> wrote: > So I just started looking into LLVM and I was wondering how to install the > LLVM tools suite. (Such as the llvm-as or lli commands in the terminal > described here: http://llvm.org/docs/CommandGuide). I have downloaded > LLVM, Clang, the test suite, and have run the build and make commands. I > have looked around on the website but I have not found a sufficient > explanation of how to install the tools. If it is on there, feel free to > send a link, but if not I would greatly appr...
2013 Mar 08
1
[LLVMdev] Tool to convert to backend assembly instruction file "llc"
Teja, I just checked my version of llc to make sure it worked on arm and x86_64 respectively. The website llvm.org hosts a manual page for this tool at http://llvm.org/docs/CommandGuide/llc.html. I think this tool from the ample LLVM armory will accomplish what you are looking to do. All the best in your endeavors, Shaun Shaun Hubbard On Mar 7, 2013, at 10:39 PM, teja tamboli <tamboli.teja at gmail.com> wrote: I am looking for tool to convert file from either...
2013 Mar 15
0
[LLVMdev] Can the FileCheck ignore spaces ?
http://llvm.org/docs/CommandGuide/FileCheck.html says FileCheck ignores white spaces/tabs by default unless you use "--strict-whitespace" option. 2013/3/15 Shawn <shaolin.xie at ia.ac.cn>: > Hi all: > I'm writing testcase for the MC layer regression in llvm, the > disassembled string is a bit com...