diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-20 21:21:19 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-20 21:21:19 +0000 |
commit | be08ec96063be8c1a1a8621eccd05a4ebeecfb42 (patch) | |
tree | a390ff37f3537ba45537f8cd0a0b6c19c9251ca5 /ELF/Config.h | |
parent | d2d3ebb81992e107edf95c1c136d7a342d9b1418 (diff) | |
download | src-be08ec96063be8c1a1a8621eccd05a4ebeecfb42.tar.gz src-be08ec96063be8c1a1a8621eccd05a4ebeecfb42.zip |
Vendor import of lld trunk r300890:vendor/lld/lld-trunk-r300890
Notes
Notes:
svn path=/vendor/lld/dist/; revision=317226
svn path=/vendor/lld/lld-trunk-r300890/; revision=317227; tag=vendor/lld/lld-trunk-r300890
Diffstat (limited to 'ELF/Config.h')
-rw-r--r-- | ELF/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ELF/Config.h b/ELF/Config.h index c8eecec7439c..d25c63c3c0d2 100644 --- a/ELF/Config.h +++ b/ELF/Config.h @@ -104,6 +104,7 @@ struct Configuration { bool Bsymbolic; bool BsymbolicFunctions; bool ColorDiagnostics = false; + bool CompressDebugSections; bool DefineCommon; bool Demangle = true; bool DisableVerify; |