aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-03-22 15:09:29 -0400
committerAndrew Kelley <andrew@ziglang.org>2020-03-22 15:09:29 -0400
commit23c263776c448a7ffc7e03d1b8528a4b5761f289 (patch)
treeae5e59800427ce54ba36f0ef1ece96d36131eaf9 /src/codegen.cpp
parent53b5aa812bd9c0229054121a1c196c9b18994d64 (diff)
parenta8fa1ecd89eebd444736d73da4ebf24af74daea8 (diff)
downloadzig-23c263776c448a7ffc7e03d1b8528a4b5761f289.tar.gz
zig-23c263776c448a7ffc7e03d1b8528a4b5761f289.zip
Merge remote-tracking branch 'origin/master' into llvm10
Diffstat (limited to 'src/codegen.cpp')
-rw-r--r--src/codegen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp
index 40256a9699..10b423f808 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -10504,6 +10504,7 @@ static Error check_cache(CodeGen *g, Buf *manifest_dir, Buf *digest) {
cache_str(ch, g->libc->kernel32_lib_dir);
}
cache_buf_opt(ch, g->version_script_path);
+ cache_buf_opt(ch, g->override_soname);
// gen_c_objects appends objects to g->link_objects which we want to include in the hash
gen_c_objects(g);