mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
ld.lld research
This commit is contained in:
parent
ef3bda40c6
commit
db11c62210
1 changed files with 2 additions and 0 deletions
|
@ -262,6 +262,8 @@ fn link_linux(
|
|||
.args(&base_args)
|
||||
.args(&["-dynamic-linker", ld_linux])
|
||||
.args(input_paths)
|
||||
// ld.lld requires this argument, and does not accept -arch
|
||||
// .args(&["-L/usr/lib/x86_64-linux-gnu"])
|
||||
.args(&[
|
||||
// Libraries - see https://github.com/rtfeldman/roc/pull/554#discussion_r496365925
|
||||
// for discussion and further references
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue