aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/syz-ci.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2022-10-12 12:11:12 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-10-12 15:22:20 +0200
commit89b5a5097a095577d19574ae2fe3070e5af2a065 (patch)
tree873483fd5ff14396065e7af0ca02319967e59d53 /syz-ci/syz-ci.go
parent16a9c9e0fe35ce296944c5682f4a54d52bd67e71 (diff)
all: add support for custom linker
Add this as an option to syz-ci and syz-build tools. Otherwise we cannot use clang + ld.lld for kernel builds.
Diffstat (limited to 'syz-ci/syz-ci.go')
-rw-r--r--syz-ci/syz-ci.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-ci/syz-ci.go b/syz-ci/syz-ci.go
index 4abbe21c0..790a29f86 100644
--- a/syz-ci/syz-ci.go
+++ b/syz-ci/syz-ci.go
@@ -158,6 +158,7 @@ type ManagerConfig struct {
// explicit plumbing for every os/compiler combination.
CompilerType string `json:"compiler_type"` // Defaults to "gcc"
Compiler string `json:"compiler"`
+ Linker string `json:"linker"`
Ccache string `json:"ccache"`
Userspace string `json:"userspace"`
KernelConfig string `json:"kernel_config"`