Displaying 9 results from an estimated 9 matches for "mdriftmeyer".
Did you mean:
driftmeyer
2012 Mar 28
2
[LLVMdev] Building past few days with Clang++ and Clang produces errors on Cmake for Debian Linux
...ke.
*Note:* I build against more than just X86 follow along the progress of
other platforms, though just building for X86 produces the same results
below.
*Assumption:* Configure cmake with prior built clang and clang++ via
gcc-4.6.3 under /usr/local/bin... /clang .../clang++ as follows:
> mdriftmeyer at horus:~/DeveloperProjects/LLVMProject/cmake-llvm$ cmake
> -DCMAKE_BUILD_TYPE=MinSizeRel
> -DCMAKE_CXX_COMPILER=/usr/local/bin/clang++
> -DCMAKE_C_COMPILER=/usr/local/bin/clang -DCMAKE_CXX_FLAGS='-O2'
> CMAKE_C_FLAGS='-O2' -DLLVM_BUILD_EXAMPLES=ON -DLLVM_BUILD_TEST...
2013 Jan 11
1
[LLVMdev] SMFixIt helps break TableGen in Trunk
Trunk output:
> [ 32%] Building CXX object
> examples/Kaleidoscope/Chapter3/CMakeFiles/Kaleidoscope-Ch3.dir/toy.cpp.o
> /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp:158:17:
> error:
> no member named 'getSuperClassRanges' in 'llvm::Record'; did you
> mean 'getSuperClasses'?
> return R->getSuperClassRanges()[i];
&g...
2011 Aug 25
4
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
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$ sudo ln -s x86_64-linux-gnu/crtn.o crtn.o
My real question concerns whether or not I should file a bug report
against Debian not hav...
2012 Jun 21
0
[LLVMdev] Features.h not being found now on trunk compiling under Debian Sid
...BlockTracing.c.o]
> Error 1
> make[1]: *** [runtime/libprofile/CMakeFiles/profile_rt-shared.dir/all]
> Error 2
> make[1]: *** Waiting for unfinished jobs....
> [ 1%] Building CXX object
> lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o
> In file included from
> /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/lib/Support/APInt.cpp:16:
> In file included from
> /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/include/llvm/ADT/APInt.h:18:
> In file included from
> /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/include/llvm/ADT/Ar...
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$ sudo ln -s x86_64-linux-gnu/crtn.o crtn.o
>
> My real question concerns whether or not I should file a bug report agai...
2011 Aug 25
1
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
...onable 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 at horus:/usr/lib$ sudo ln -s x86_64-linux-gnu/crtn.o crtn.o
>>
>> My real question concerns whether or not I should file a...
2011 Aug 26
0
[LLVMdev] Changes to Debian's linker object files breaks building LLVM [crti.o, crt1.o, crtn.o]
...bc-specific problem. See [1] for some background.
>
> Thanks and hope that helps,
> Jonathan
>
> [1]http://wiki.debian.org/Multiarch
- Marc
On 08/24/2011 06:36 PM, Marc J. Driftmeyer 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$ sudo ln -s x86_64-linux-gnu/crtn.o crtn.o
>
> My real question concerns whether or not I should file a bug report
>...
2013 Nov 23
2
[LLVMdev] Builds failing on lldb with the following for well over a week on a new build folder
...nsigned int,
llvm::SmallPtrSetImpl&&)'**
**clang: error: linker command failed with exit code 1 (use -v to see
invocation)**
**make[2]: *** [bin/lldb-3.5] Error 1*
make[1]: *** [tools/lldb/tools/driver/CMakeFiles/lldb.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/home/mdriftmeyer/DeveloperProjects/LLVMProject/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp:295:35:
warning: comparison of integers of different
signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare]
for (int j = 0; j < listen_host_port.size(...
2013 Nov 25
0
[LLVMdev] Builds failing on lldb with the following for well over a week on a new build folder
...SmallPtrSetImpl&&)'
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [bin/lldb-3.5] Error 1
> make[1]: *** [tools/lldb/tools/driver/CMakeFiles/lldb.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs....
> /home/mdriftmeyer/DeveloperProjects/LLVMProject/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp:295:35:
> warning: comparison of integers of different
> signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare]
> for (int j = 0; j < listen_hos...