search for: clang_llvm

Displaying 8 results from an estimated 8 matches for "clang_llvm".

2012 Jul 14
2
[LLVMdev] Recompiling llvm+clang how-to?
...very same Makefile under build directory where I compiled the brand new clang+llvm as show beow. >> time make -j3 - I captured messages below when the compiler stucks in somewhere. [$ make -j3] …............................................... make[3]: Entering directory `/home/hum/Projects/clang_llvm/build/tools/clang/tools' make[4]: Entering directory `/home/hum/Projects/clang_llvm/build/tools/clang/tools/driver' llvm[4]: Compiling driver.cpp for Debug+Asserts build llvm[4]: Linking Debug+Asserts executable clang llvm[4]: ======= Finished Linking Debug+Asserts Executable clang llvm[4]:...
2012 Jul 13
0
[LLVMdev] Recompiling llvm+clang how-to?
Hi Journeyer J. Joh, > I have questions about compiling Clang+llvm. > > I compile as the link below instructs. > > http://clang.llvm.org/get_started.html > > I do on Ubuntu 12.04. > > `time make -j5` prints for about 13 minutes to compile a brand new > version of Clang+llvm. > And after this I edit some C++ code(clang/tools/driver/driver.cpp) and > compiles
2012 Jul 13
2
[LLVMdev] Recompiling llvm+clang how-to?
Hello list I have questions about compiling Clang+llvm. I compile as the link below instructs. http://clang.llvm.org/get_started.html I do on Ubuntu 12.04. `time make -j5` prints for about 13 minutes to compile a brand new version of Clang+llvm. And after this I edit some C++ code(clang/tools/driver/driver.cpp) and compiles using the very same makefile which was used above sentence. But this
2012 Jun 19
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hello > ./clang -v -emit-llvm -ccc-host-triple arm-none-linux-gnueabi > -I/home/hum/Documents/Projects/llvm_clang/gnuarm-4.0.2/arm-elf/include > -L/home/hum/Documents/Projects/llvm_clang/gnuarm-4.0.2/arm-elf/bin hello.c You forgot about sysroot here. > /home/hum/Documents/Projects/llvm_clang/gnuarm-4.0.2/arm-elf/bin/ld: > unrecognised emulation mode: armelf_linux_eabi >
2012 Jun 20
3
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
...s native linker, "/usr/bin/ld" not the one in the tool chain, "/home/hum/Documents/Projects/arm_toolchain/arm-2010.09/bin/arm-none-linux-gnueabi-ld". [Output] clang version 3.2 (trunk 158784) Target: arm-none-linux-gnueabi Thread model: posix "/home/hum/Documents/Projects/clang_llvm/build/Debug+Asserts/bin/clang" -cc1 -triple armv4t-none-linux-gnueabi -E -disable-free -main-file-name hello.c -mrelocation-model static -mdisable-fp-elim -fmath-errno -mconstructor-aliases -target-abi aapcs-linux -target-cpu arm7tdmi -mfloat-abi soft -target-feature +soft-float-abi -target-li...
2012 Sep 20
0
[LLVMdev] How can I make clang/llvm use specific toolchain?
...nment of Tizen SDK. You can refer to the url below for my testing environment. http://blog.mikeasoft.com/2012/06/23/writing-native-tizen-applications-using-the-1-0-larkspur-sdk-scratchbox-and-efl/ ============================================================================ CC = /home/hum/Projects/clang_llvm/build/Debug+Asserts/bin/clang GCC_TOOLCHAIN = /home/hum/tizen_sdk/SDK/build-system/toolchains/gcc-4.5.3.sb2/usr SYSROOT = /home/hum/tizen_sdk/SDK/build-system/rootstraps/tizen-emulator-1.0.sb2 #export LD_LIBRARY_PATH = $(GCC_TOOLCHAIN)/lib CFLAGS = -v \ --sysroot=$(SYSROOT) \ -...
2012 Jun 19
2
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hello Gergö, Joerg and people on our list With your kind answer, I tried to build a hello world program for ARM(arm-none-linux-gnueabi) on my x86-64 PC. Thank you we verified the generated bitcode. The only thing remained is linking. Let me brief what I did so far. 1. Built Clang/llvm in a way explained in http://clang.llvm.org/get_started.html on Ubuntu 11.10 x86-64 PC 2. Downloaded gcc-4.0
2018 Sep 10
15
[7.0.0 Release] rc3 has been tagged
Dear testers, 7.0.0-rc3 was just tagged (from branch revision r341805). No further release candidates are currently planned, so this is a release candidate in the real sense: unless any serious issues surface, this is what the final release will look like. Please run the test script, share your results and upload binaries. Please also take a look at the release notes and other docs; small