Skip to content

Commit

Permalink
compilers.rules: add linkers
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Apr 10, 2024
1 parent 762fa87 commit b877dc5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 00-default/compilers.rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
{ "name": "rustc", "type": "compiler" }
{ "name": "rust-analyzer", "type": "compiler" }

# Linkers
{ "name": "lld", "type": "compiler" }
{ "name": "mold", "type": "compiler" }
{ "name": "ld", "type": "compiler" }
{ "name": "ld.bfd", "type": "compiler" }
{ "name": "ld.mold", "type": "compiler" }
{ "name": "ld.lld", "type": "compiler" }
{ "name": "lto1-ltrans", "type": "compiler" }

# Build systems
{ "name": "bazel", "type": "compiler" }
{ "name": "ninja", "type": "compiler" }
Expand Down

0 comments on commit b877dc5

Please sign in to comment.