search for: aixdatatypesfix

Displaying 10 results from an estimated 10 matches for "aixdatatypesfix".

2010 Apr 22
0
[LLVMdev] 2.7 release notes
...<li><tt>raw_fd_ostream</tt>'s constructor now takes a flag argument, not individual + booleans (see <tt>include/llvm/Support/raw_ostream.h</tt> for details).</li> +<li>Some header files have been renamed: +<ul> + <li><tt>llvm/Support/AIXDataTypesFix.h</tt> to <tt>llvm/System/AIXDataTypesFix.h</tt></li> + <li><tt>llvm/Support/DataTypes.h</tt> to <tt>llvm/System/DataTypes.h</tt></li> + <li><tt>llvm/Transforms/Utils/InlineCost.h</tt> to <tt>llvm/Analysis/InlineC...
2010 Apr 22
8
[LLVMdev] 2.7 release notes
Ok, the LLVM 2.7 release notes are in near final shape. Please take a look and suggest improvements (or, better yet, just commit improvements if you have commit access): http://llvm.org/docs/ReleaseNotes.html Things still needed are marked with FIXMEs. These include: 1. Clang needs a blurb describing what's new in 2.7. Have the clang folks been doing anything for the last 6 months? 2. I
2010 Apr 22
1
[LLVMdev] 2.7 release notes
...raw_fd_ostream</tt>'s constructor now takes a flag argument, not individual > + booleans (see <tt>include/llvm/Support/raw_ostream.h</tt> for details).</li> > +<li>Some header files have been renamed: > +<ul> > + <li><tt>llvm/Support/AIXDataTypesFix.h</tt> to <tt>llvm/System/AIXDataTypesFix.h</tt></li> > + <li><tt>llvm/Support/DataTypes.h</tt> to <tt>llvm/System/DataTypes.h</tt></li> > + <li><tt>llvm/Transforms/Utils/InlineCost.h</tt> to <tt>llvm/Analys...
2004 Nov 15
0
[LLVMdev] Fixes for windows version
...5 Nov 2004 08:56:40 -0000 > @@ -183,6 +183,111 @@ > Name="Header Files" > Filter="h;hpp;hxx;hm;inl;inc;xsd" > UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> > + <File > + RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\Annotation.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\CallSite.h"> > + </File> > + <File > +...
2004 Nov 15
2
[LLVMdev] Fixes for windows version
Hi, when I updated the sources today there were several small problems that stopped the windows version from compiling, here are the patches m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: win32patches.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041115/34634455/attachment.txt>
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...ilter> > > <Filter > > Name="Header Files" > > Filter="h;hpp;hxx;hm;inl;inc;xsd" > > UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> > > <File > > RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"> > > </File> > > <File > > RelativePath="..\..\include\llvm\Support\Annotation.h"> > > </File> > > <File > > RelativePath="..\..\include\llvm\Support\CallSite.h"> > > </File&gt...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...cal/llvm-2.8/include/llvm/Support/raw_ostream.h -- Installing: /usr/local/llvm-2.8/include/llvm/Support/type_traits.h -- Installing: /usr/local/llvm-2.8/include/llvm/SymbolTableListTraits.h -- Installing: /usr/local/llvm-2.8/include/llvm/System -- Installing: /usr/local/llvm-2.8/include/llvm/System/AIXDataTypesFix.h -- Installing: /usr/local/llvm-2.8/include/llvm/System/Alarm.h -- Installing: /usr/local/llvm-2.8/include/llvm/System/Atomic.h -- Installing: /usr/local/llvm-2.8/include/llvm/System/DataTypes.h.cmake -- Installing: /usr/local/llvm-2.8/include/llvm/System/DataTypes.h.in -- Installing: /usr/local/l...
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
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...</File> > </Filter> > <Filter > Name="Header Files" > Filter="h;hpp;hxx;hm;inl;inc;xsd" > UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> > <File > RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"> > </File> > <File > RelativePath="..\..\include\llvm\Support\Annotation.h"> > </File> > <File > RelativePath="..\..\include\llvm\Support\CallSite.h"> > </File> > <File > Relativ...
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