On Arch and Fedora, `cargo run --all-features` (or `cargo build --all-features` and then using `c2rust transpile`) and `cargo test --all-features` crash: [Arch](https://dev.azure.com/immunant/c2rust/_build/results?buildId=1850&view=logs&j=f7d03aff-a499-5cb4-81d5-3cd2462ec94c&t=748661c0-d104-5e8e-02ad-4796b765f966&l=81): ```shell Running unittests (target/release/deps/c2rust_ast_exporter-08a638edb21ed379) : CommandLine Error: Option 'openmp-ir-builder-optimistic-attributes' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options error: test failed, to rerun pass '-p c2rust-ast-exporter --lib' ``` [Fedora](https://dev.azure.com/immunant/c2rust/_build/results?buildId=1850&view=logs&j=1bc19d9b-b6c8-52d0-07d6-07754b7d13fb&t=0ea4c305-8a5c-5f7f-3862-8dc92e4cf4f2&l=81): ```shell Running unittests (target/release/deps/c2rust_ast_exporter-08a638edb21ed379) : CommandLine Error: Option 'help-list' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options error: test failed, to rerun pass '-p c2rust-ast-exporter --lib' ``` It appears this may be due to linking multiple or the wrong version(s) of LLVM on these platforms.