Home
last modified time | relevance | path

Searched +full:build +full:- +full:clang (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/
H A D.gitlab-ci.yml4 - dnf update -y
5 - dnf install -y make python
15 - logs
23 - build/logs
25 build-aarch64:
28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-
30 - make -j2
31 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
33 debug-bp
[all …]
H A D.travis.yml4 compiler: clang
11 - arch: ppc64le
13 apt_packages: clang qemu-system-ppc
15 - CONFIG="--arch=ppc64 --endian=little --cc=clang --cflags=-no-integrated-as"
16 - TESTS="emulator rtas-get-time-of-day rtas-get-time-of-day-base
17 rtas-set-time-of-day selftest-setup spapr_hcall"
19 - arch: s390x
22 apt_packages: clang-11 qemu-system-s390x
24 - CONFIG="--arch=s390x --cc=clang-11 --cflags=-no-integrated-as"
25 - TESTS=""
[all …]
H A DREADME1 # Welcome to kvm-unit-tests
3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level
18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
20 ## Cross-compiling
25 ./configure -
[all...]
H A DREADME.md1 # Welcome to kvm-unit-tests
3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level
18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
20 ## Cross-compiling
25 ./configure --arch=arm64 --cross-prefix=aarch64-linux-gnu-
28 ## clang section in Building the tests
30 clang may be used as an alternative to gcc.
32 ./configure --cc=clang
35 clang may also be used with cross binutils when cross-compiling. For example,
38 ./configure --arch=riscv64 --cc=clang --cflags='--target=riscv64' \
[all …]