aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lld/ELF/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lld/ELF/Config.h')
-rw-r--r--contrib/llvm-project/lld/ELF/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/lld/ELF/Config.h b/contrib/llvm-project/lld/ELF/Config.h
index 39723f092784..af976e39147d 100644
--- a/contrib/llvm-project/lld/ELF/Config.h
+++ b/contrib/llvm-project/lld/ELF/Config.h
@@ -290,6 +290,7 @@ struct Configuration {
StringRef thinLTOJobs;
unsigned timeTraceGranularity;
int32_t splitStackAdjustSize;
+ StringRef packageMetadata;
// The following config options do not directly correspond to any
// particular command line options.