search for: iniza

Displaying 14 results from an estimated 14 matches for "iniza".

2018 May 07
2
[clang] Running a single testcase
...fo in the binary, in which case try running > ninja -j1 to avoid parallel jobs. > Hi Amara, yes, that sounds reasonable. I looked into my old build_llvm-toolchain.sh script and adapted it to build only the necessary stuff (see below). First, I thought I can reduce build-time by... sdi at iniza:~/src/llvm-toolchain/build$ ninja check-llvm-tools-llvm-lit [1808/1809] Running lit suite /home/sdi/src/llvm-toolchain/llvm/test/tools/llvm-lit Testing Time: 0.11s Expected Failures : 1 The test runs with some warnings... sdi at iniza:~/src/llvm-toolchain/build$ ./bin/llvm-lit -v ./tools/clang...
2018 Aug 29
3
Get full cmake lines and prepocessed source for a GCC bug report
On Wed, Aug 29, 2018 at 10:14 AM, Hans Wennborg <hans at chromium.org> wrote: > On Wed, Aug 29, 2018 at 9:45 AM, Sedat Dilek via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hi, >> >> for filing a GCC v8.2.0 bug in Debian/buster AMD64 the Debian/GCC >> mainatiners want two things... >> >> [ FULL CMAKE LINE ] >> >> How do I
2018 May 07
0
[clang] Running a single testcase
> On 7 May 2018, at 11:01, Sedat Dilek via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Mon, May 7, 2018 at 5:52 AM, Brian Cain <brian.cain at gmail.com <mailto:brian.cain at gmail.com>> wrote: >> The simplest way to run a clang test case that I know of is to clone both >> llvm and clang repos, run all the tests, then run an individual test. >>
2018 May 07
0
[clang] Running a single testcase
On Mon, May 7, 2018 at 10:13 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote: > ... > > sdi at iniza:~/src/llvm-toolchain/build$ ./bin/llvm-lit -v > ./tools/clang/test/Sema/asm.c > llvm-lit: /home/sdi/src/llvm-toolchain/llvm/utils/lit/lit/llvm/ > config.py:334: > note: using clang: /home/sdi/src/llvm-toolchain/build/bin/clang > -- Testing: 1 tests, 1 threads -- > PASS: Clang :: S...
2020 May 21
5
Understanding the version handling in LLVM/Clang/LLD
...om ClangBuiltLinux project. With "llvm-10.0.1-rc1" Git tag I was able to setup a llvm-toolchain consisting of the projects "clang" and "lld". A Linux v5.7-rc6 was successfully built. $ cat /proc/version Linux version 5.7.0-rc6-2-amd64-clang (sedat.dilek at gmail.com@iniza) (ClangBuiltLinux clang version 10.0.1 (https://github.com/llvm/llvm-project f79cd71e145c6fd005ba4dd1238128dfa0dc2cb6), LLD 10.0.1 (https://github.com/llvm/llvm-project f79cd71e145c6fd005ba4dd1238128dfa0dc2cb6)) #2~bullseye+dileks1 SMP 2020-05-20 I remember when I used official tarballs for RC rel...
2018 May 07
2
[clang] Running a single testcase
...8688 2018-05-07 10:21:00 ninja check-clang 8689 2018-05-07 11:46:36 ./bin/llvm-lit -v ./tools/clang/test/Sema/asm.c 8690 2018-05-07 11:46:48 which clang 8691 2018-05-07 11:46:51 which clang-7 8692 2018-05-07 11:47:44 ./bin/llvm-lit -v ./tools/clang/test/Sema/asm.c [ BUILD-LOG ] sdi at iniza:~/src/llvm/build$ ninja check-clang [107/2954] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o In file included from /home/sdi/src/llvm/llvm/lib/Support/Unix/Unix.h:24:0, from /home/sdi/src/llvm/llvm/lib/Support/Unix/Process.inc:14, from /h...
2016 Feb 26
0
[LLVM v3.8.0rc3] cmake-2.8.12: Statistics gcc-4.9 VS. clang-3.8
...timized in the sense of "fit for my needs") build. 2nd... ...I built with different Linux-kernels booted on my Ubuntu/precise AMD64 system. That can matter! Normally, I boot the latest "official" Ubuntu-kernel (v3.13.0-79-generic) whereas I used my self-compiled Linux v4.4.2-1-iniza-small. (BTW, I use and have installed only the Linux header files from the latest official Ubuntu-kernel. ) 3rd... ...I switched over from autoconf/make to cmake/ninja build-system when building LLVM/Clang v3.8. With "compile-jobs=2" and "link-jobs=1" I could reduce my build-t...
2018 May 07
2
[clang] Running a single testcase
On Mon, May 7, 2018 at 5:19 PM, Brian Cain <brian.cain at gmail.com> wrote: > > > On Mon, May 7, 2018 at 10:13 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote: >> >> ... > > >> >> sdi at iniza:~/src/llvm-toolchain/build$ ./bin/llvm-lit -v >> ./tools/clang/test/Sema/asm.c >> llvm-lit: >> /home/sdi/src/llvm-toolchain/llvm/utils/lit/lit/llvm/config.py:334: >> note: using clang: /home/sdi/src/llvm-toolchain/build/bin/clang >> -- Testing: 1 tests, 1 threads -- &g...
2020 May 21
2
10.0.1-rc1 release has been tagged
...read model: posix InstalledDir: /home/dileks/src/llvm-toolchain/install/bin BTW, I use tc-build script from ClangBuiltLinux to build my llvm-toolchain consisting of projects "clang" and "lld". LINK: https://github.com/ClangBuiltLinux/tc-build With my modifications: dileks at iniza:~/src/llvm-toolchain$ ln -sf install.dileks install $ which clang-10 /home/dileks/src/llvm-toolchain/install/bin/clang-10 $ clang-10 --version ClangBuiltLinux clang version 10.0.1rc1 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /home/dileks/src/llvm-toolchain/install/bin $...
2018 Aug 27
2
LLVM/Clang version 7.0.0rc2 fails with gcc (Debian 8.2.0-4)
...int&)': /home/sdi/src/llvm-toolchain/llvm/lib/Bitcode/Reader/MetadataLoader.cpp:1771:1: internal compiler error: Segmentation fault } ^ Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-8/README.Bugs> for instructions. root at inizai# gcc --version gcc (Debian 8.2.0-4) 8.2.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Is that a known issue? Any workoround or fix available...
2018 May 07
0
[clang] Running a single testcase
The simplest way to run a clang test case that I know of is to clone both llvm and clang repos, run all the tests, then run an individual test. IIRC like so: git clone llvm ...... cd llvm/tools git clone clang ..... cd ../../ mkdir build cd build cmake ../llvm ninja check-clang ./bin/llvm-lit -v ./tools/clang/test/Sema/asm.c On Sun, May 6, 2018 at 7:10 AM, Sedat Dilek via llvm-dev <
2018 May 06
3
[clang] Running a single testcase
Hi, while experimenting with llvmlinux on Debian/testing AMD64 I wanted to run some x86-64 ASM tests. I fell over [1] and wanted to run it. So, I cloned clang from Git... $ git clone https://github.com/llvm-mirror/clang.git I looked through some docs where I have seen I need "llvm-lit" or "lit.py". The Debian package llvm-7-tools from <apt.llvm.org> does ship
2020 May 20
3
10.0.1-rc1 release has been tagged
On Wed, May 20, 2020 at 5:06 PM Tom Stellard <tstellar at redhat.com> wrote: > > On 05/19/2020 09:05 PM, Sedat Dilek wrote: > > Hi Tom, > > > > thanks and congrats for LLVM 10.0.1-rc1 release. > > > > [1] shows 2 assets. > > 10.0.0 RCs had a lot of more assets. > > I am missing the llvm-project-10.0.1rc1.tar.xz tarball. > > > > Will
2018 Aug 29
2
LLVM/Clang version 7.0.0rc2 fails with gcc (Debian 8.2.0-4)
...gt;>>>> ^ >>>>>> Please submit a full bug report, >>>>>> with preprocessed source if appropriate. >>>>>> See <file:///usr/share/doc/gcc-8/README.Bugs> for instructions. >>>>>> >>>>>> root at inizai# gcc --version >>>>>> gcc (Debian 8.2.0-4) 8.2.0 >>>>>> Copyright (C) 2018 Free Software Foundation, Inc. >>>>>> This is free software; see the source for copying conditions. There is NO >>>>>> warranty; not even for MERCHANT...