Skip to content

Commit

Permalink
bump: llvm/lld 14 (#2)
Browse files Browse the repository at this point in the history
* bump: llvm 14

* fix: reentrancy issue

* fix: use correct linker per flavor

* fix: link with xar

* fix: always add name of linker

* fix: use llvm-sys
  • Loading branch information
baszalmstra authored Jan 4, 2023
1 parent acc3ec6 commit ec1e334
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 273 deletions.
5 changes: 5 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
BasedOnStyle: Google
IndentWidth: 4
IndentAccessModifiers: false
AccessModifierOffset: -4
ColumnLimit: 100
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lld_rs"
version = "130.0.0"
version = "140.0.0"
authors = ["The Mun Team <[email protected]>"]
edition = "2021"
description = "Bindings for LLD"
Expand All @@ -12,10 +12,10 @@ keywords = ["lld", "llvm"]
categories = ["linkers", "compilers"]

[dependencies]
libc = "0.2.65"
libc = "0.2.138"
llvm-sys = "140.0.3"

[build-dependencies]
cc = "1.0"
lazy_static = "1.4"
regex = "1.3"
semver = "0.9"
semver = "1.0"
Loading

0 comments on commit ec1e334

Please sign in to comment.