https://github.com/rust-lang/rust/blob/master/src/ci/docker/scripts/x86_64-gnu-llvm.sh passes `--skip tests/codegen` if ENABLE_GCC_CODEGEN is enabled. The tests are disabled when using the LLVM backend as well.
https://github.com/rust-lang/rust/blob/master/src/ci/docker/scripts/x86_64-gnu-llvm.sh passes
--skip tests/codegenif ENABLE_GCC_CODEGEN is enabled. The tests are disabled when using the LLVM backend as well.