Skip to content

Commit

Permalink
chore: Update swc (#40983)
Browse files Browse the repository at this point in the history
This PR updates SWC to
swc-project/swc@189f9b4

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
kdy1 and ijjk committed Sep 29, 2022
1 parent 7424c4b commit 3d4dde8
Show file tree
Hide file tree
Showing 15 changed files with 360 additions and 378 deletions.
40 changes: 0 additions & 40 deletions packages/next-swc/.cargo/config.toml
@@ -1,24 +1,8 @@

[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 +11,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 3d4dde8

Please sign in to comment.