search for: intrinsicsalpha

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

2011 Feb 09
2
[LLVMdev] Building LLVM on Cygwin.
...c/ aarumug at aarumgxp /cygdrive/c/llvm-2.8/include $ cd llvm aarumug at aarumgxp /cygdrive/c/llvm-2.8/include/llvm $ ls ADT/ CallingConv.h GlobalValue.h IntrinsicsARM.td Metadata.h SymbolTableListTraits.h AbstractTypeUser.h CodeGen/ GlobalVariable.h IntrinsicsAlpha.td Module.h System/ Analysis/ CompilerDriver/ InlineAsm.h IntrinsicsCellSPU.td OperandTraits.h Target/ Argument.h Config/ InstrTypes.h IntrinsicsPowerPC.td Operator.h Transforms/ Assembly/ Constant.h Instruction....
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...-- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicInst.h -- Installing: /usr/local/llvm-2.8/include/llvm/Intrinsics.h -- Installing: /usr/local/llvm-2.8/include/llvm/Intrinsics.td -- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsARM.td -- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsAlpha.td -- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsCellSPU.td -- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsPowerPC.td -- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsX86.td -- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsXCore.td -- Installing: /usr/local/...
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