This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 86b78de62 Fix a data race found by tsan. new ff693d0fa Move new lld's code to Common subdirectory.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 5 +++-- COFF/CMakeLists.txt | 1 + COFF/Chunks.h | 2 +- COFF/Driver.cpp | 2 +- COFF/Driver.h | 4 ++-- COFF/Error.h | 2 +- COFF/InputFiles.h | 2 +- COFF/LTO.cpp | 2 +- COFF/LTO.h | 2 +- COFF/Symbols.h | 2 +- Common/CMakeLists.txt | 12 ++++++++++++ {lib/Core => Common}/Reproduce.cpp | 2 +- {lib/Core => Common}/TargetOptionsCommandFlags.cpp | 2 +- {lib/Config => Common}/Version.cpp | 4 ++-- ELF/CMakeLists.txt | 1 + ELF/Driver.cpp | 4 ++-- ELF/Driver.h | 4 ++-- ELF/DriverUtils.cpp | 4 ++-- ELF/EhFrame.h | 2 +- ELF/Error.h | 2 +- ELF/Filesystem.h | 2 +- ELF/InputFiles.h | 4 ++-- ELF/InputSection.h | 2 +- ELF/LTO.cpp | 4 ++-- ELF/LTO.h | 2 +- ELF/LinkerScript.h | 2 +- ELF/OutputSections.h | 2 +- ELF/Relocations.h | 2 +- ELF/ScriptLexer.h | 2 +- ELF/ScriptParser.h | 2 +- ELF/Strings.h | 2 +- ELF/Symbols.h | 2 +- ELF/SyntheticSections.cpp | 2 +- docs/Driver.rst | 2 +- include/lld/{Driver => Common}/Driver.h | 6 +++--- include/lld/{Core => Common}/LLVM.h | 4 ++-- include/lld/{Core => Common}/Reproduce.h | 6 +++--- include/lld/{Core => Common}/TargetOptionsCommandFlags.h | 0 include/lld/{Config => Common}/Version.h | 4 ++-- include/lld/{Config => Common}/Version.inc.in | 0 include/lld/Core/Atom.h | 2 +- include/lld/Core/DefinedAtom.h | 2 +- include/lld/Core/Error.h | 2 +- include/lld/Core/PassManager.h | 2 +- include/lld/Core/Reader.h | 2 +- include/lld/Core/SymbolTable.h | 2 +- include/lld/Core/Writer.h | 2 +- include/lld/ReaderWriter/YamlContext.h | 2 +- lib/CMakeLists.txt | 1 - lib/Config/CMakeLists.txt | 9 --------- lib/Core/CMakeLists.txt | 2 -- lib/Core/Resolver.cpp | 6 +++--- lib/Core/SymbolTable.cpp | 2 +- lib/Driver/DarwinLdDriver.cpp | 2 +- lib/ReaderWriter/FileArchive.cpp | 2 +- lib/ReaderWriter/MachO/ArchHandler.h | 2 +- lib/ReaderWriter/MachO/CompactUnwindPass.cpp | 2 +- lib/ReaderWriter/MachO/GOTPass.cpp | 2 +- lib/ReaderWriter/MachO/MachOLinkingContext.cpp | 2 +- lib/ReaderWriter/MachO/MachONormalizedFile.h | 2 +- lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp | 2 +- lib/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h | 2 +- lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp | 2 +- lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp | 2 +- lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp | 2 +- lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp | 2 +- lib/ReaderWriter/MachO/ObjCPass.cpp | 2 +- lib/ReaderWriter/MachO/ShimPass.cpp | 2 +- lib/ReaderWriter/MachO/StubsPass.cpp | 2 +- tools/lld/lld.cpp | 2 +- unittests/DriverTests/DarwinLdDriverTest.cpp | 2 +- 71 files changed, 94 insertions(+), 91 deletions(-) create mode 100644 Common/CMakeLists.txt rename {lib/Core => Common}/Reproduce.cpp (98%) rename {lib/Core => Common}/TargetOptionsCommandFlags.cpp (96%) rename {lib/Config => Common}/Version.cpp (93%) rename include/lld/{Driver => Common}/Driver.h (87%) rename include/lld/{Core => Common}/LLVM.h (97%) rename include/lld/{Core => Common}/Reproduce.h (92%) rename include/lld/{Core => Common}/TargetOptionsCommandFlags.h (100%) rename include/lld/{Config => Common}/Version.h (86%) rename include/lld/{Config => Common}/Version.inc.in (100%) delete mode 100644 lib/Config/CMakeLists.txt