about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/mod.rs
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-06-14 06:23:24 +0000
committerTrevor Gross <tmgross@umich.edu>2025-06-14 06:56:18 +0000
commit7222fa6f34af4e61bd9a2bad374c10cb935a3cf9 (patch)
tree472f4b87d9b71d2109f83dd192151a1050df5bca /compiler/rustc_codegen_llvm/src/llvm/mod.rs
parentc1cd1ef5fc3c18c0361f866c076c06d05a9e67c1 (diff)
downloadrust-7222fa6f34af4e61bd9a2bad374c10cb935a3cf9.tar.gz
rust-7222fa6f34af4e61bd9a2bad374c10cb935a3cf9.zip
Work around out-of-tree testing with a shim crate
Out-of-tree testing is broken with the most recent update from
rust-lang/rust because it makes `compiler-builtins` depend on `core` by
path, which isn't usually available. In order to enable testing outside
of rust-lang/rust, add a new crate `builtins-shim` that uses the same
source as `compiler-builtins` but drops the `core` dependency. This has
replaced `compiler-builtins` as the workspace member and entrypoint for
tests.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/mod.rs')
0 files changed, 0 insertions, 0 deletions