Building for i686 with clang helps to catch bugs early for:
- The OSS-Fuzz i686 clang libFuzzer build
- The arm 32-bit native clang build
Fixes #22889
Building for i686 with clang helps to catch bugs early for:
Fixes #22889
11+export CONTAINER_NAME=ci_i686_multiprocess
12 export DOCKER_NAME_TAG=ubuntu:20.04
13-export PACKAGES="cmake python3 python3-pip llvm clang"
14-export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
15+export PACKAGES="cmake python3 python3-pip llvm clang g++-multilib"
16+export DEP_OPTS="DEBUG=1 MULTIPROCESS=1 CC='clang -m32' CXX='clang++ -m32'"
It should still compile successfully.
Yes, it should. But with gcc, not clang.
Now add a fix?
Done
MarcoFalke
hebasto
practicalswift
laanwj
Labels
Tests