Skip to content

Commit

Permalink
chore: Update swc_core to v0.28.10 (#41016)
Browse files Browse the repository at this point in the history
This PR updates swc crates to swc-project/swc@447e244
  • Loading branch information
kdy1 committed Sep 29, 2022
1 parent 6fa78a1 commit 3f2fef1
Show file tree
Hide file tree
Showing 18 changed files with 775 additions and 875 deletions.
38 changes: 0 additions & 38 deletions packages/next-swc/.cargo/config.toml
Expand Up @@ -2,23 +2,9 @@
[build]

rustdocflags = []
rustflags = [
"-Z",
"new-llvm-pass-manager=no",
]

[target.aarch64-apple-darwin]
rustflags = [
"-Z",
"new-llvm-pass-manager=no",
]

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
rustflags = [
"-Z",
"new-llvm-pass-manager=no",
]

[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
Expand All @@ -27,31 +13,7 @@ rustflags = [
"target-feature=-crt-static",
"-C",
"link-arg=-lgcc",
"-Z",
"new-llvm-pass-manager=no",
]

[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"
rustflags = [
"-Z",
"new-llvm-pass-manager=no",
]

[target.aarch64-linux-android]
rustflags = [
"-Z",
"new-llvm-pass-manager=no",
]

[target.aarch64-pc-windows-msvc]
rustflags = [
"-Z",
"new-llvm-pass-manager=no",
]

[target.wasm32-unknown-unknown]
rustflags = [
"-Z",
"new-llvm-pass-manager=no",
]

0 comments on commit 3f2fef1

Please sign in to comment.