ld.lld research

This commit is contained in:
Folkert 2021-01-15 20:50:23 +01:00
parent ef3bda40c6
commit db11c62210

View file

@ -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