search for: xzx

Displaying 12 results from an estimated 12 matches for "xzx".

Did you mean: xxx
2007 Jan 10
4
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
...ion is 3.4.6 I checked out the llvm-gcc from svn, configured with ../llvm-gcc/configure --prefix=$HOME/llvm-gcc-install --enable-llvm=$HOME/llvmobj/ --enable-languages=c,c++ --enable-checking --disable-shared --disable-multilib and get the following error message: make GCC_FOR_TARGET="/home/xzx/llvm-gcc-obj/gcc/xgcc -B/home/xzx/llvm-gcc-obj/gcc/ -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ -isystem /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/include -isystem /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu...
2007 Jan 10
0
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
...c from svn, configured with > ../llvm-gcc/configure --prefix=$HOME/llvm-gcc-install > --enable-llvm=$HOME/llvmobj/ --enable-languages=c,c++ > --enable-checking --disable-shared --disable-multilib > > and get the following error message: > > make GCC_FOR_TARGET="/home/xzx/llvm-gcc-obj/gcc/xgcc > -B/home/xzx/llvm-gcc-obj/gcc/ > -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ > -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ -isystem > /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/include -isystem > /home/xzx/llvm-gcc-in...
2007 Jan 11
2
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
...with >> ../llvm-gcc/configure --prefix=$HOME/llvm-gcc-install >> --enable-llvm=$HOME/llvmobj/ --enable-languages=c,c++ >> --enable-checking --disable-shared --disable-multilib >> >> and get the following error message: >> >> make GCC_FOR_TARGET="/home/xzx/llvm-gcc-obj/gcc/xgcc >> -B/home/xzx/llvm-gcc-obj/gcc/ >> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ >> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ -isystem >> /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/include -isystem >> /home/...
2007 Jan 12
2
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
...vm-gcc-install > >>> --enable-llvm=$HOME/llvmobj/ --enable-languages=c,c++ > >>> --enable-checking --disable-shared --disable-multilib > >>> > >>> and get the following error message: > >>> > >>> make GCC_FOR_TARGET="/home/xzx/llvm-gcc-obj/gcc/xgcc > >>> -B/home/xzx/llvm-gcc-obj/gcc/ > >>> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ > >>> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ -isystem > >>> /home/xzx/llvm-gcc-install/x86_64-unknown-linux-...
2007 Jan 11
0
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
...cc/configure --prefix=$HOME/llvm-gcc-install >>> --enable-llvm=$HOME/llvmobj/ --enable-languages=c,c++ >>> --enable-checking --disable-shared --disable-multilib >>> >>> and get the following error message: >>> >>> make GCC_FOR_TARGET="/home/xzx/llvm-gcc-obj/gcc/xgcc >>> -B/home/xzx/llvm-gcc-obj/gcc/ >>> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ >>> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ -isystem >>> /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/include -isystem...
2007 Jan 12
0
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
...>>> --enable-llvm=$HOME/llvmobj/ --enable-languages=c,c++ > >>> --enable-checking --disable-shared --disable-multilib > >>> > >>> and get the following error message: > >>> > >>> make GCC_FOR_TARGET="/home/xzx/llvm-gcc-obj/gcc/xgcc > >>> -B/home/xzx/llvm-gcc-obj/gcc/ > >>> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ > >>> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ > -isystem > >>> /home/xzx/llvm-gcc-inst...
2008 Aug 21
0
[LLVMdev] LLVM build fails on Linux x86
The build platform is Fedora 9 x86 gcc 4.3. Information dump: make[1]: Entering directory `/home/xzx/llvm/lib/System' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/xzx/llvm/lib/System' make[1]: Entering directory `/home/xzx/llvm/lib/Support' llvm[1]: Compiling raw_ostream.cpp for Debug build In file included from raw_ostream.cpp:15: /home/xzx/llvm/include...
2011 Dec 24
4
[LLVMdev] dominance frontiers
Here's how I did things, back when I got to write my own infrastructure. It's still O(n^2) in the worst case, but *much* quicker in the expected case. Number all the basic blocks, 0 to n-1 and build a vector mapping from integer to block. Requires O(n) time and space. For each block, compute the set containing it's dominance frontier, based on Figure 10 of * * *Efficiently
2011 Dec 25
0
[LLVMdev] cmake broken on windows?
...ot the following error message. I have python installed > > and in the path. > > > > > > CMake Error at CMakeLists.txt:256 (message): > > Unexpected failure executing llvm-build: Traceback (most recent call > > last): > > > > File "C:/Users/xzx/llvm/utils/llvm-build/llvm-build", line 3, in > > <module> > > import llvmbuild > > File "C:\Users\xzx\llvm\utils\llvm-build\llvmbuild\__init__.py", > > line 1, in > > <module> > > from main import main > > > &g...
2014 Mar 04
2
Pipe into logger duplicates messages in /var/log/messages
I am trying to pipe the output from a process into syslog using the logger command. Initially I pipe the output into a separate file, but as it happens this filled up the disk when things went wrong. So I figured I redirect the output to syslog and let logrotate deal with the roll-over and archive of the file. However the following command : echo "HI" > logger -t test Resulted in
2006 Sep 28
1
[LLVMdev] Bug in WritingAnLLVMPass.html
I find a bug in document llvm/docs/WritingAnLLVMPass.html#debughints Since the PassManager class is in the namespace llvm, we should use command (gdb) break llvm::PassManager::run to set breakpoint. Otherwise we get error message: (gdb) break PassManager::run Can't find member of namespace, class, struct, or union named "PassManager::run" Hint: try
2006 Sep 07
2
[LLVMdev] Can a name in LLVM assembly language hold two types of value at the same time
I am trying to symbolically execute LLVM assembly language. I found a possible semantic inconsistancy of the LLVM assembly language, or maybe my understanding is wrong. The C code is: #include <stdlib.h> 1 int f(void) 2 { 3 int a; 4 int *b = (int *) malloc(3*sizeof(int)); 5 a = 3; 6 return 0; 7 } I compile it with llvm-gcc 4 front end. The generated