Skip to content

Commit 76aa83e

Browse files
committedNov 8, 2023
target: move base specs to spec/base
Signed-off-by: David Wood <david@davidtw.co>
1 parent 0d5ec96 commit 76aa83e

File tree

229 files changed

+453
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+453
-449
lines changed
 

Diff for: ‎compiler/rustc_target/src/spec/aarch64_apple_darwin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use super::apple_base::{macos_llvm_target, opts, Arch};
1+
use crate::spec::base::apple::{macos_llvm_target, opts, Arch};
22
use crate::spec::{FramePointer, SanitizerSet, Target, TargetOptions};
33

44
pub fn target() -> Target {

Diff for: ‎compiler/rustc_target/src/spec/aarch64_apple_ios.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use super::apple_base::{ios_llvm_target, opts, Arch};
1+
use crate::spec::base::apple::{ios_llvm_target, opts, Arch};
22
use crate::spec::{FramePointer, SanitizerSet, Target, TargetOptions};
33

44
pub fn target() -> Target {

0 commit comments

Comments
 (0)
Please sign in to comment.