search for: mcdirect

Displaying 4 results from an estimated 4 matches for "mcdirect".

Did you mean: 5cdirect
2010 Feb 12
2
[LLVMdev] [PATCH] Fix off-by-one errors in the doxygen documentation
Some doxygen annotations are attached to the wrong entry, which can be misleading. This patch fixes the mistake everywhere I could find it. --- include/llvm/InstrTypes.h | 54 ++++++++++++++++++++-------------------- include/llvm/MC/MCDirectives.h | 42 +++++++++++++++--------------- include/llvm/Pass.h | 10 +++--- 3 files changed, 53 insertions(+), 53 deletions(-) diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h index 5ce1a9d..49cdd6a 100644 --- a/include/llvm/InstrTypes.h +++ b/include/llvm/InstrTyp...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...ng: /usr/local/llvm-2.8/include/llvm/MC/MCAsmLayout.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCAssembler.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCCodeEmitter.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCContext.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCDirectives.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCDisassembler.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCDwarf.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCELFSymbolFlags.h -- Installing: /usr/local/llvm-2.8/include/llvm/MC/MCExpr.h -- Installing: /usr/local/llvm-2.8...
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams <space.ship.traveller at gmail.com> wrote: > Hi, > > I might just be doing something stupid, but when I do > > $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. > $ sudo make install > > I don't get the expected headers in >        /usr/local/llvm-2.8/include/llvm > > It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi, I might just be doing something stupid, but when I do $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. $ sudo make install I don't get the expected headers in /usr/local/llvm-2.8/include/llvm It is simply an empty directory. What am I doing wrong? This is on Mac OS X, CMake 2.8+ Kind regards, Samuel