我的是x86_64-pc-linux-gnu。一般形式为cpu-vendor-os。Windows可能类似于x86_64-pc-windows-msvc。
Host triples identify the architecture and OS of the system that will ultimately run your executable. Mine is x86_64-pc-linux-gnu for example. The general form is cpu-vendor-os. Windows might be something like x86_64-pc-windows-msvc. You can read more at these links: Automake cross compi...
&["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]; if llvm_assertions { SUPPORTED_PLATFORMS_WITH_ASSERTIONS.contains(&target_triple) } else { SUPPORTED_PLATFORMS.contains(&target_triple) } } 15 changes: 14 additions & 1 deletion 15 src/ci/docker/host-x86_64/mingw-check/Dockerfile...