aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/gold
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2022-06-01 18:51:35 -0700
committerMatthias Braun <matze@braunis.de>2022-06-01 18:51:35 -0700
commitfe0f2c1e9967030dbe70f95c72f310211caf4668 (patch)
tree0ed18974424e86dcbf71509f52fceacad2ebf933 /llvm/tools/gold
parent70c8d12b79a58cf350256bb0a366f0e91000d82e (diff)
downloadllvm-fe0f2c1e9967030dbe70f95c72f310211caf4668.zip
llvm-fe0f2c1e9967030dbe70f95c72f310211caf4668.tar.gz
llvm-fe0f2c1e9967030dbe70f95c72f310211caf4668.tar.bz2
Fix compilation in gold-plugin triggered by D125847
Diffstat (limited to 'llvm/tools/gold')
-rw-r--r--llvm/tools/gold/gold-plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp
index a9814c6..9a0264d 100644
--- a/llvm/tools/gold/gold-plugin.cpp
+++ b/llvm/tools/gold/gold-plugin.cpp
@@ -963,7 +963,7 @@ static std::unique_ptr<LTO> createLTO(IndexWriteCallback OnIndexWrite,
Conf.HasWholeProgramVisibility = options::whole_program_visibility;
- Conf.OpaquePointers = options.opaque_pointers;
+ Conf.OpaquePointers = options::opaque_pointers;
Conf.StatsFile = options::stats_file;
return std::make_unique<LTO>(std::move(Conf), Backend,