commit | 3de0a3308b18274eb6490b14e46a4c25e579866e | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Fri Jul 29 03:31:09 2016 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Fri Jul 29 03:31:09 2016 +0000 |
tree | c007df279d13b1a0f0a7965e54f6bc477a07187e | |
parent | a926b3e71b6aad25a53713cf85a0ee3c8583d2af [diff] [blame] |
Rename DoLayout -> HasContents. NFC. llvm-svn: 277102
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 96808d7..04194fc 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp
@@ -646,7 +646,7 @@ } void ScriptParser::readSections() { - Opt.DoLayout = true; + Opt.HasContents = true; expect("{"); while (!Error && !skip("}")) { StringRef Tok = next();