Displaying 20 results from an estimated 70 matches for "reanim".
Did you mean:
reaim
2011 Aug 25
4
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
...h or other means in Debian's
update-alternatives infrastructure to update those paths and make them
available system-wide or whether LLVM needs to be aware of this move and
update autotools configurations files for make to traverse.
- Sincerely,
Marc
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110824/092d7bae/attachment.html>
-------------- next...
2011 Aug 25
1
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
...for
Clang/LLVM to get the linker update changes. After all, Debian's
breaking an awful lot of stuff lately so it seems reasonable for them to
add this to their To Do List.
- Marc
On 08/24/2011 07:15 PM, Eli Friedman wrote:
> On Wed, Aug 24, 2011 at 6:36 PM, Marc J. Driftmeyer<mjd at reanimality.com> wrote:
>> I've got a simple workaround which obviously everyone will figure out:
>>
>> mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crti.o crti.o
>> mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crt1.o crt1.o
>> mdriftmeyer...
2011 Dec 16
2
[LLVMdev] Update CMakeLists.txt for Target Hexagon to adjust MCTargetDesc path for HexagonMCAsmInfo.cpp
...HexagonTargetMachine.cpp
HexagonTargetObjectFile.cpp
)
add_subdirectory(TargetInfo)
add_subdirectory(MCTargetDesc)
Add the Folder path, *MCTargetDesc/*,**to pick up /HexagonMCAsmInfo.cpp/*
*Otherwise, cmake won't configure cleanly.*
*Marc*
*
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111215/f5d25877/attachment.html>
-------------- next...
2013 Nov 23
2
[LLVMdev] Builds failing on lldb with the following for well over a week on a new build folder
...mpl::SmallPtrSetImpl(void const**, unsigned int,
llvm::SmallPtrSetImpl&&)'
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
=========
Not big yet on C++ and wondering if anyone else has seen this output?
- Marc
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131123/0bdf7d25/attachment.html>
2011 Aug 26
0
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
...atives infrastructure to update those paths and make them
> available system-wide or whether LLVM needs to be aware of this move
> and update autotools configurations files for make to traverse.
>
> - Sincerely,
>
> Marc
>
> --
> Marc J. Driftmeyer
> Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
> Web :: http://www.reanimality.com
> Cell :: (509) 435-5212
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.ed...
2012 Jun 08
2
[LLVMdev] Build error fails at MachineInstr const* for the past two days
...clang-3: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [bin/opt] Error 1
> make[1]: *** [tools/opt/CMakeFiles/opt.dir/all] Error 2
> make: *** [all] Error 2
Is anyone else getting this outcome?
- Marc
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120608/c61a1613/attachment.html>
-------------- next...
2011 Dec 16
0
[LLVMdev] Update CMakeLists.txt for Target Hexagon to adjust MCTargetDesc path for HexagonMCAsmInfo.cpp
...>
> add_subdirectory(TargetInfo)
> add_subdirectory(MCTargetDesc)
>
>
> Add the Folder path, *MCTargetDesc/*,**to pick up /HexagonMCAsmInfo.cpp/*
>
> *Otherwise, cmake won't configure cleanly.*
>
> *Marc*
> *
> --
> Marc J. Driftmeyer
> Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
> Web :: http://www.reanimality.com
> Cell :: (509) 435-5212
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.ed...
2013 Nov 25
0
[LLVMdev] Builds failing on lldb with the following for well over a week on a new build folder
Looks like your lldb is being compiled in C++11 mode and your llvm
wasn't perhaps?
-eric
On Sat, Nov 23, 2013 at 12:57 AM, Marc Driftmeyer <mjd at reanimality.com> wrote:
> Linking CXX executable ../../../../bin/lldb
> Scanning dependencies of target lldb-platform
> [100%] Building CXX object
> tools/lldb/tools/lldb-platform/CMakeFiles/lldb-platform.dir/lldb-platform.cpp.o
> ../../../../lib/liblldb.so.3.5: undefined reference to
&g...
2012 Nov 29
1
[LLVMdev] Getting Started
...ty (i.e. using it on
> Windows as well).
>
> Eli
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121129/edef7077/attachment.html>
-------------- next...
2011 Aug 25
0
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
On Wed, Aug 24, 2011 at 6:36 PM, Marc J. Driftmeyer <mjd at reanimality.com> wrote:
> I've got a simple workaround which obviously everyone will figure out:
>
> mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crti.o crti.o
> mdriftmeyer at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crt1.o crt1.o
> mdriftmeyer at horus:/usr/lib$ su...
2017 Aug 29
1
recommanded way to restore objects from Deleted Objects
Hi everyone,
in samba 4.5 changelog, it says that samba AD now supports tombstone
reanimation. I've been used to ldbrename and ldbmodify to reanimate
objects to keep objectSID, but if it is now officially supported, it
would be better to use the proper way.
Sysinternals tool adrestore [1] seems to be working properly (it does
not restore most attributes, but this is expected si...
2013 Jan 09
1
[LLVMdev] Using C++'11 language features in LLVM itself
...;s wrong.
>
> -David
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130108/b727002e/attachment.html>
-------------- next...
2012 Jun 09
0
[LLVMdev] Build error fails at MachineInstr const* for the past two days
On Jun 8, 2012, at 12:52 PM, Marc J. Driftmeyer <mjd at reanimality.com> wrote:
> I keep getting this error upon building:
>
>> Linking CXX executable ../../bin/opt
>> ../../lib/libLLVMTarget.so: error: undefined reference to 'llvm::TargetInstrInfo::getNumMicroOps(llvm::InstrItineraryData const*, llvm::MachineInstr const*) const'...
2012 Dec 03
0
[LLVMdev] Minimum Python Version
...atform/djN02O03APc/discussion
>
> Gregory
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121202/8eecd833/attachment.html>
-------------- next...
2012 Apr 13
0
[LLVMdev] clang++ on MacOSX with fsf-gcc libstdc++?
...;
> Thanks,
> Andrea.
>
>
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120412/6ac8e15e/attachment.html>
-------------- next...
2012 Nov 29
0
[LLVMdev] Getting Started
On Thu, Nov 29, 2012 at 9:41 AM, Joe Abbey <jabbey at arxan.com> wrote:
> I know this process is well documented here
> http://llvm.org/docs/GettingStarted.html
>
> But man do I love scripting things:
>
> LLVM Getting Started (See http://llvm.org/docs/GettingStarted.html)
> ./getttingStarted.sh [-clang] [-compiler-rt] [-test-suite] [-branch branch]
> [-dir path] [-r
2012 Mar 28
2
[LLVMdev] Building past few days with Clang++ and Clang produces errors on Cmake for Debian Linux
...roups/lsb/lsb-41-release-notes]
NOTE: (The work on Libc++ under libcxx being put under /runtime and
recognized by Cmake is still not working, from what I've seen, though
work on it around 2 weeks prior was mentioned it would get added for Linux)
- Marc
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120327/cda7f33d/attachment.html>
-------------- next...
2013 Jan 09
0
[LLVMdev] Using C++'11 language features in LLVM itself
On 1/8/2013 5:45 PM, Chris Lattner wrote:
>
>some version of Clang and later (Freebsd folks?).
FreeBSD 9.1 uses GCC 4.2.1 and Clang 3.0, although I have some doubts
about the clang, at least on PPC32. Trunk clang compiled with the
system clang crashes on code that the same trunk clang compiles fine
when built with gcc. It may as well be a source problem in trunk though...
-Krzysztof
2013 Feb 20
1
[LLVMdev] Temporally shutdown few clang-x86_64-darwin11 builders
Hello,
I am going temporally shutdown the next few builders for maintenance works:
clang-x86_64-darwin11-cross-mingw32
clang-x86_64-darwin11-self-mingw32
clang-x86_64-darwin11-cross-arm
Thank you for understanding.
Thanks
Galina
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Dec 03
3
[LLVMdev] Minimum Python Version
03.12.2012, 11:44, "Marc J. Driftmeyer" <mjd at reanimality.com>:
> One of the most conservative distributions is Debian.
RHEL/CentOS is more conservative. RHEL 6 ships Python 2.6.6, RHEL 5 (which is still widely used) ships 2.4.3
--
Regards,
Konstantin