search for: build_release

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

2018 Apr 16
2
tools/llvm-dwarfdump/X86/debug-names-find.s spurious failure
******************** FAIL: LLVM :: tools/llvm-dwarfdump/X86/debug-names-find.s (38881 of 41794) ******************** TEST 'LLVM :: tools/llvm-dwarfdump/X86/debug-names-find.s' FAILED ******************** Script: -- /home/csabaraduly/wk/LLVM/build_release/bin/llvm-mc -triple x86_64-pc-linux /home/csabaraduly/wk/LLVM/llvm/test/tools/llvm-dwarfdump/X86/debug-names-find.s -filetype=obj -o /home/csabaraduly/wk/LLVM/build_release/test/tools/llvm-dwarfdump/X86/Output/debug-names-find.s.tmp /home/csabaraduly/wk/LLVM/build_release/bin/llvm-dwarfdump -find=f...
2018 Apr 16
0
tools/llvm-dwarfdump/X86/debug-names-find.s spurious failure
...t; wrote: > ******************** > FAIL: LLVM :: tools/llvm-dwarfdump/X86/debug-names-find.s (38881 of 41794) > ******************** TEST 'LLVM :: > tools/llvm-dwarfdump/X86/debug-names-find.s' FAILED > ******************** > Script: > -- > /home/csabaraduly/wk/LLVM/build_release/bin/llvm-mc -triple > x86_64-pc-linux /home/csabaraduly/wk/LLVM/llvm/test/tools/llvm-dwarfdump/X86/debug-names-find.s > -filetype=obj -o /home/csabaraduly/wk/LLVM/build_release/test/tools/llvm-dwarfdump/X86/Output/debug-names-find.s.tmp > /home/csabaraduly/wk/LLVM/build_release/bin/llvm-...
2018 Apr 16
1
tools/llvm-dwarfdump/X86/debug-names-find.s spurious failure
...* > > FAIL: LLVM :: tools/llvm-dwarfdump/X86/debug-names-find.s (38881 of 41794) > > ******************** TEST 'LLVM :: > > tools/llvm-dwarfdump/X86/debug-names-find.s' FAILED > > ******************** > > Script: > > -- > > /home/csabaraduly/wk/LLVM/build_release/bin/llvm-mc -triple > > x86_64-pc-linux /home/csabaraduly/wk/LLVM/llvm/test/tools/llvm-dwarfdump/X86/debug-names-find.s > > -filetype=obj -o /home/csabaraduly/wk/LLVM/build_release/test/tools/llvm-dwarfdump/X86/Output/debug-names-find.s.tmp > > /home/csabaraduly/wk/LLVM/build_...
2017 Nov 27
2
Go Tsan check failure
Hi all, I'm trying to build clang on Ubuntu 17.10 - the build succeeds, but testing fails: ~/wk/LLVM/build_release$ svn info ../llvm/ Path: /home/csabaraduly/wk/LLVM/llvm Working Copy Root Path: /home/csabaraduly/wk/LLVM/llvm URL: https://llvm.org/svn/llvm-project/llvm/trunk Relative URL: ^/llvm/trunk Repository Root: https://llvm.org/svn/llvm-project Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8 Revisi...
2013 Nov 21
2
[LLVMdev] Building LLVM with asan
...hat I meant to say was that it worked for me on OS X on a slightly older > version of LLVM. Anyway, here's the ld line: > > "/usr/bin/ld" -export-dynamic -z relro --hash-style=gnu --build-id > --eh-frame-hdr -m elf_x86_64 -shared -o > /home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib/ > libLLVM-3.5svn.so/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o > /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o > -L/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib > -L/home/kfischer/julia/...
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
Actually it only link the shlib fine. Linking any executable against it fails: llvm[2]: Linking Release+Asserts executable llvm-lto (without symbols) /home/kfischer/julia/deps/llvm-svn/build_Release+Asserts/Release+Asserts/bin/clang++ -fsanitize=address -O3 -Wl,-R -Wl,'$ORIGIN/../lib' -L/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib -L/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib -Wl,--version-script=/home/k...
2017 Nov 28
2
Go Tsan check failure
...: > +dvyukov > > On Mon, Nov 27, 2017 at 4:56 AM, Csaba Raduly via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> Hi all, >> >> I'm trying to build clang on Ubuntu 17.10 - the build succeeds, but >> testing fails: >> >> ~/wk/LLVM/build_release$ svn info ../llvm/ >> Path: /home/csabaraduly/wk/LLVM/llvm >> Working Copy Root Path: /home/csabaraduly/wk/LLVM/llvm >> URL: https://llvm.org/svn/llvm-project/llvm/trunk >> Relative URL: ^/llvm/trunk >> Repository Root: https://llvm.org/svn/llvm-project >> Reposi...
2013 Nov 21
2
[LLVMdev] Building LLVM with asan
...39;s totally possible that I missed a step that I took back when I set this up for me, so I might be doing something very stupid. Anyway, I'm configuring LLVM with ../configure --prefix=/home/kfischer/julia/usr --build=x86_64-pc-linux-gnu FC=gfortran CC="/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts/Release+Asserts/bin/clang -fsanitize=address" CXX="/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts/Release+Asserts/bin/clang++" -fsanitize=address --disable-profiling --enable-shared --enable-static --enable-targets=host --disable-bindings --disable-docs --enable-ass...
2013 Nov 21
2
[LLVMdev] Building LLVM with asan
What I meant to say was that it worked for me on OS X on a slightly older version of LLVM. Anyway, here's the ld line: "/usr/bin/ld" -export-dynamic -z relro --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -shared -o /home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib/ libLLVM-3.5svn.so/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o -L/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib -L/home/kfischer/julia/deps/llvm-svn/build_...
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
...at I missed a step that I took back when I set this up for me, so I might > be doing something very stupid. Anyway, I'm configuring LLVM with > > ../configure --prefix=/home/kfischer/julia/usr --build=x86_64-pc-linux-gnu > FC=gfortran > CC="/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts/Release+Asserts/bin/clang > -fsanitize=address" > CXX="/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts/Release+Asserts/bin/clang++" > -fsanitize=address --disable-profiling --enable-shared --enable-static > --enable-targets=host --disable-bindings --disab...
2017 Nov 28
1
Go Tsan check failure
...Raduly via llvm-dev >>> <llvm-dev at lists.llvm.org> wrote: >>>> >>>> Hi all, >>>> >>>> I'm trying to build clang on Ubuntu 17.10 - the build succeeds, but >>>> testing fails: >>>> >>>> ~/wk/LLVM/build_release$ svn info ../llvm/ >>>> Path: /home/csabaraduly/wk/LLVM/llvm >>>> Working Copy Root Path: /home/csabaraduly/wk/LLVM/llvm >>>> URL: https://llvm.org/svn/llvm-project/llvm/trunk >>>> Relative URL: ^/llvm/trunk >>>> Repository Root: https://l...
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
...ted dynamic libraries. What I meant to say was that it worked for me on OS X on a slightly older version of LLVM. Anyway, here's the ld line: "/usr/bin/ld" -export-dynamic -z relro --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -shared -o /home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib/ libLLVM-3.5svn.so/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o -L/home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/lib -L/home/kfischer/julia/deps/llvm-svn/build_...