Displaying 14 results from an estimated 14 matches for "dtarget_tripl".
Did you mean:
dtarget_triple
2015 Mar 29
2
[LLVMdev] How to Cross Compile libcompiler_rt Static Library?
...SSCOMPILING=True
>
> As you can see, I'm using CMake. Works pretty well so far. Hopefully
> something like this will work for you as well?
>
I tried "cmake ../compiler-rt -DCMAKE_C_COMPILER=clang
-DCMAKE_CXX_COMPILER=clang++ -DLLVM_NATIVE_ARCH=ARM
-DLLVM_TARGETS_TO_BUILD=ARM -DTARGET_TRIPLE=armv-none-linux-gnueabi
-DCMAKE_CROSSCOMPILING=True". It will still build X86_64 version.
I also tried "cmake ../compiler-rt
-DCMAKE_C_COMPILER=/usr/local/arm-2009q3/bin/arm-none-linux-gnueabi-gcc
-DCMAKE_CXX_COMPILER=/usr/local/arm-2009q3/bin/arm-none-linux-gnueabi-g++
-DLLVM_NATIVE_...
2012 Dec 07
2
[LLVMdev] dragonegg now requires clang
...LVM_CONFIG=/sw/opt/llvm-3.2/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
/sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
/sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
Compiling utils/TargetInfo.cpp
/sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\" \
-g -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.2/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -MP -DIN_GCC -...
2015 Mar 29
2
[LLVMdev] How to Cross Compile libcompiler_rt Static Library?
Hi,
I've cross-compiled musl-libc to arm binaries with clang. It needs
functions from static runtime library "libcompiler_rt.a". I tried to build
compile_rt outside the llvm source tree. Using command like "make
clang_linux", I can easily build "libcompiler_rt.a" for my host machine,
which is X86_64. But how can I *cross-compile* the compiler_rt runtime
2012 Dec 07
2
[LLVMdev] dragonegg now requires clang
...-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
>> /sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
>> /sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
>> Compiling utils/TargetInfo.cpp
>> /sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\" \
>> -g -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.2/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -MP -...
2015 Mar 29
2
[LLVMdev] How to Cross Compile libcompiler_rt Static Library?
...using CMake. Works pretty well so far. Hopefully
>>> something like this will work for you as well?
>>>
>>
>> I tried "cmake ../compiler-rt -DCMAKE_C_COMPILER=clang
>> -DCMAKE_CXX_COMPILER=clang++ -DLLVM_NATIVE_ARCH=ARM
>> -DLLVM_TARGETS_TO_BUILD=ARM -DTARGET_TRIPLE=armv-none-linux-gnueabi
>> -DCMAKE_CROSSCOMPILING=True". It will still build X86_64 version.
>>
>> I also tried "cmake ../compiler-rt
>> -DCMAKE_C_COMPILER=/usr/local/arm-2009q3/bin/arm-none-linux-gnueabi-gcc
>> -DCMAKE_CXX_COMPILER=/usr/local/arm-2009q3/bi...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
...lvm-3.2/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
> /sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
> /sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
> Compiling utils/TargetInfo.cpp
> /sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\" \
> -g -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.2/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -MP -DIN_...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
...1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
>>> /sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
>>> /sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
>>> Compiling utils/TargetInfo.cpp
>>> /sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\" \
>>> -g -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.2/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -...
2014 Sep 11
3
[LLVMdev] patch for DragonEgg 3.3
Hi - attached is a patch to enable building DragonEgg (x86_64) for LLVM3.3 and LLVM3.4. That is, add these changes to the 3.3 release, and it becomes possible to build DragonEgg against a llvm3.4 compiler.
Regards,
Richard Gorton
Cognitive Electronics
rcgorton at cog-e.com
----------
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name:
2013 Dec 09
0
[LLVMdev] dragonegg 3.4 branch broken
...lude/x86 -I/sw/src/fink.build/dragonegg-gcc48-3.4-0/dragonegg-3.4/include/darwin -g -DENABLE_BUILD_WITH_CXX -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.4/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -MP -DIN_GCC -DLLVM_VERSION=\"3.4svn\" -DTARGET_TRIPLE=\"x86_64-apple-darwin12.5.0\" -DGCC_MAJOR=4 -DGCC_MINOR=8 -DGCC_MICRO=2 -I/sw/src/fink.build/dragonegg-gcc48-3.4-0/dragonegg-3.4/include -isystem/sw/lib/gcc4.8/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/plugin/include -DENABLE_BUILD_WITH_CXX -Wall -Wextra -DENABLE_LLVM_PLUGINS -I/sw/opt/llv...
2012 Dec 09
1
[LLVMdev] dragonegg now requires clang
...UGINS=1 make CPPFLAGS="-g -DENABLE_LTO -I/sw/include"
>>>> /sw/lib/gcc4.7/bin/gcc-4 --version > /dev/null
>>>> /sw/opt/llvm-3.2/bin/llvm-config --version > /dev/null
>>>> Compiling utils/TargetInfo.cpp
>>>> /sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\" \
>>>> -g -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.2/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -...
2011 Apr 08
0
[LLVMdev] dragonegg build failure
...Is there anything I can do to make the build more verbose so I can debug this?
>
> make VERBOSE=1
Duncan,
Oddly this shows...
GCC=/sw/lib/gcc4.5/bin/gcc-4 LLVM_CONFIG=/sw/bin/llvm-config make VERBOSE=1 CPPFLAGS="-DENABLE_LTO -I/sw/include"
Compiling utils/TargetInfo.cpp
g++ -c -DTARGET_TRIPLE=\"x86_64-apple-darwin10.7.0\" \
-DENABLE_LTO -I/sw/include -I/sw/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD -MP -DIN_GCC -DREVISION=\"exported\" -DGCC_MAJOR=4 -DGCC_MINOR=5 -I/sw/src/fink.build/dragonegg-gcc45-2.9-1/dragonegg-2.9 -I/sw/s...
2011 Apr 08
4
[LLVMdev] dragonegg build failure
> Is there anything I can do to make the build more verbose so I can debug this?
make VERBOSE=1
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
...S="-lc++abi -lc++"
-DCMAKE_EXE_LINKER_FLAGS="-lc++abi -lc++"
-DCMAKE_SHARED_LINKER_FLAGS="-lc++abi -lc++"
-DCMAKE_MODULE_LINKER_FLAGS="-lc++abi -lc++"
-DLLVM_ENABLE_LIBCXX=ON
-DLLVM_LIBDIR_SUFFIX=64
-DCMAKE_INSTALL_PREFIX=/usr
-DLLDB_DISABLE_PYTHON=1
-DTARGET_TRIPLE="x86_64-pc-linux-gnu"
-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=ON
-DLLVM_ENABLE_LLD=ON
List of undefined symbols and invocation is next:
[ 89%] Linking CXX executable ../../../../bin/lldb
cd /opt/bamboo-agent-01/xml-data/build-dir/CLANG-BFRH-JOB1/build/RELEASE_40_RC1/Linux/x86_64/llvm_b...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...quot;-lc++abi -lc++"
>> -DCMAKE_SHARED_LINKER_FLAGS="-lc++abi -lc++"
>> -DCMAKE_MODULE_LINKER_FLAGS="-lc++abi -lc++"
>> -DLLVM_ENABLE_LIBCXX=ON
>> -DLLVM_LIBDIR_SUFFIX=64
>> -DCMAKE_INSTALL_PREFIX=/usr
>> -DLLDB_DISABLE_PYTHON=1
>> -DTARGET_TRIPLE="x86_64-pc-linux-gnu"
>> -DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=ON
>> -DLLVM_ENABLE_LLD=ON
>>
>> List of undefined symbols and invocation is next:
>>
>> [ 89%] Linking CXX executable ../../../../bin/lldb
>> cd
>> /opt/bamboo-agent-01/xml-d...