search for: clang_darwin_test_input

Displaying 3 results from an estimated 3 matches for "clang_darwin_test_input".

2012 Jul 14
2
[LLVMdev] Recompiling llvm+clang how-to?
...clang clang_linux hum 3251 0.0 0.0 4388 604 pts/2 S+ 00:45 0:00 /bin/sh -c result=""; for arch in i386; do if /home/hum/Projects/clang_llvm/build/Debug+Asserts/bin/clang -arch $arch -c -integrated-as /home/hum/Projects/clang_llvm/llvm/projects/compiler-rt/make/platform/clang_darwin_test_input.c -isysroot /home/hum/Projects/clang_llvm/llvm/projects/compiler-rt/SDKs/darwin -o /dev/null > /dev/null 2> /dev/null; then result="$result$arch "; else printf 1>&2 "warning: clang_darwin.mk: dropping arch '$arch' from lib 'eprintf'\n"; fi; done; ech...
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