search for: llvm_src_dir

Displaying 11 results from an estimated 11 matches for "llvm_src_dir".

2011 Jun 06
0
[LLVMdev] Understanding SelectionDAG construction
Hi Ankur, > The flags "-view-sched-dags".. described in the doc doesn't seem to work. ( > "llc -help" doesn't list it ). as far as I remember, displaying DAGs during compilation is only enabled in "debug builds" [1] of LLVM. You probably have to re-configure and re-compile LLVM to enable this feature. Best regards, Christoph [1]
2011 Jun 06
4
[LLVMdev] Understanding SelectionDAG construction
I am trying to understand the SelectionDAG construction from LLVM IR. I have gone through the doc "The LLVM Target-Independent Code Generator" on LLVM site. This gives a great initial overview. However I am unable to catch the actual control flow for the llvm->selectionDag conversion. The flags "-view-sched-dags".. described in the doc doesn't seem to work. ( "llc
2010 Oct 13
1
[LLVMdev] Compile or link error
Hello, I am generating profile_rt.dll by perfoming 'make' in $LLVM_SRC_DIR/runtime/libprofile. After make, I got the following error messages. llvm[0]: Linking Debug+Asserts Loadable Module profile_rt.dll /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:/cygdrive/c/ llvm/runtime/libprofile/Debug+Asserts/exported_symbols.lst: file format not reco gnized...
2013 Feb 26
0
[LLVMdev] LLVM/clang 3.2 build error on Linux
...piler-rt from the unmodified 3.2 source distributions on Linux. So I extracted the pertinent difference and backported it to the 3.2 source, creating a diff / patch file as follows: $ cat clang_darwin.mk.patch 82a83 > ifneq ($(shell which sw_vers),) 87a89 > endif $ I then applied it to <LLVM_SRC_DIR>/projects/compiler-rt/make/platform/clang_darwin.mk via: patch -b <LLVM_SRC_DIR>/projects/compiler-rt/make/platform/clang_darwin.mk < <DIR_CONTAINING_PATCH_FILE>/clang_darwin.mk.patch and recompiled. Please note that the patch also fixes/avoids another problem (which was in...
2005 Nov 15
0
[LLVMdev] doxygen docs
On Tue, 15 Nov 2005, Sameer D. Sahasrabuddhe wrote: > The docs available on illuvium.com are different from the one's present in > the doxygen tarball on the same page ... can the tarball be generated from > the same docs as the browseable version? I considered crawling the > illuvium.com site, but it would be better to simply have a tarball available. Agreed. I have been
2015 Aug 30
2
In-source builds are not allowed, but documentation requires Make.config
Hi, I’m trying to build the documentation. Running make in /docs, I get the following error: Makefile:44: Makefile.config: No such file or directory make: *** No rule to make target `Makefile.config'. Stop. According to this answer: http://stackoverflow.com/questions/4763381/no-rule-to-make-target-makefile-needed-by-makefile#comment40533198_4908782
2005 Nov 15
4
[LLVMdev] doxygen docs
Hi, The docs available on illuvium.com are different from the one's present in the doxygen tarball on the same page ... can the tarball be generated from the same docs as the browseable version? I considered crawling the illuvium.com site, but it would be better to simply have a tarball available. I tried generating the docs myself ... doxygen simply refuses to create pages for classes
2013 Feb 26
0
[LLVMdev] make error building llvm/clang 3.2 on Linux
..._execute_stack.c:13: > /usr/include/i386-linux-gnu/sys/mman.h:23:10: fatal error: 'features.h' file not found > #include <features.h> > ^ > 1 error generated. > ... > *************************************** > > [Note: I created a symlink from <LLVM_SRC_DIR>/projects/compiler-rt to > the directory created by unpacking the tarball source for compiler-rt > (which is located on the same level as <LLVM_SRC_DIR> and has a suffix > of "-3.2.src" in the name), so that's why the directory names may look > a little funny.] &g...
2013 Feb 21
4
[LLVMdev] make error building llvm/clang 3.2 on Linux
...m-3.2.src/projects/compiler-rt/lib/enable_execute_stack.c:13: /usr/include/i386-linux-gnu/sys/mman.h:23:10: fatal error: 'features.h' file not found #include <features.h> ^ 1 error generated. ... *************************************** [Note: I created a symlink from <LLVM_SRC_DIR>/projects/compiler-rt to the directory created by unpacking the tarball source for compiler-rt (which is located on the same level as <LLVM_SRC_DIR> and has a suffix of "-3.2.src" in the name), so that's why the directory names may look a little funny.] Running "gcc -x...
2003 Nov 26
2
[LLVMdev] how to solve it
hi, when I run "make -C ./llvm/test/Programs", it show following error: ------------------------------------------------------------------------------------------- [root at RH9 llvm]# make -C ./llvm/test/Programs make: Entering directory `/usr/local/llvm/llvm/test/Programs' make[1]: Entering directory `/usr/local/llvm/llvm/test/Programs/SingleSource' make[2]: Entering directory
2015 Apr 08
5
[LLVMdev] CUDA front-end (CUDA to LLVM IR)
Hi, I wanted to ask whether there is ongoing effort (or an already established tool) that enables to convert CUDA kernels (that uses CUDA specific intrinsics, e.g., threadId.x, __syncthreads(), ...) to LLVM IR. I am aware that I can do this for OpenCL with the help of libclc but I can not find something similar for CUDA. Thanks -------------- next part -------------- An HTML attachment was