blob 2df1f6f8f2e5a63a14ee883b6312443481d2ae67 446 bytes (raw)
name: gnu/packages/patches/mrustc-use-lld.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
| | diff --git a/src/trans/codegen_c.cpp b/src/trans/codegen_c.cpp
index df0abf6f..7ab8d183 100644
--- a/src/trans/codegen_c.cpp
+++ b/src/trans/codegen_c.cpp
@@ -953,6 +953,7 @@ namespace {
break;
}
args.push_back(m_outfile_path_c.c_str());
+ args.push_back("-fuse-ld=lld");
switch(out_ty)
{
case CodegenOutput::DynamicLibrary:
|
debug log:
solving 2df1f6f8f2 ...
found 2df1f6f8f2 in https://yhetil.org/guix/87mu1d8vzo.fsf@gmx.com/
applying [1/1] https://yhetil.org/guix/87mu1d8vzo.fsf@gmx.com/
diff --git a/gnu/packages/patches/mrustc-use-lld.patch b/gnu/packages/patches/mrustc-use-lld.patch
new file mode 100644
index 0000000000..2df1f6f8f2
Checking patch gnu/packages/patches/mrustc-use-lld.patch...
Applied patch gnu/packages/patches/mrustc-use-lld.patch cleanly.
index at:
100644 2df1f6f8f2e5a63a14ee883b6312443481d2ae67 gnu/packages/patches/mrustc-use-lld.patch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.