[PATCH] D55612: [macho] save the SDK version stored in module metadata into the version min and build version load commands in the object file

Alex Lorenz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 17:17:31 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL349119: [macho] save the SDK version stored in module metadata into the version min and (authored by arphaman, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55612?vs=177897&id=178163#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55612/new/

https://reviews.llvm.org/D55612

Files:
  llvm/trunk/include/llvm/IR/Module.h
  llvm/trunk/include/llvm/MC/MCAssembler.h
  llvm/trunk/include/llvm/MC/MCObjectFileInfo.h
  llvm/trunk/include/llvm/MC/MCStreamer.h
  llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/trunk/lib/IR/Module.cpp
  llvm/trunk/lib/MC/MCAsmStreamer.cpp
  llvm/trunk/lib/MC/MCAssembler.cpp
  llvm/trunk/lib/MC/MCMachOStreamer.cpp
  llvm/trunk/lib/MC/MCParser/DarwinAsmParser.cpp
  llvm/trunk/lib/MC/MCStreamer.cpp
  llvm/trunk/lib/MC/MachObjectWriter.cpp
  llvm/trunk/lib/Object/ModuleSymbolTable.cpp
  llvm/trunk/test/MC/MachO/ARM/build-version-sdk-version-errors.c
  llvm/trunk/test/MC/MachO/ARM/build-version-sdk-version.s
  llvm/trunk/test/MC/MachO/build-version-with-sdk-version.s
  llvm/trunk/test/MC/MachO/darwin-sdk-version.ll
  llvm/trunk/test/MC/MachO/osx-version-min-load-command-with-sdk-errors.s
  llvm/trunk/test/MC/MachO/osx-version-min-load-command-with-sdk.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55612.178163.patch
Type: text/x-patch
Size: 28675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181214/a46afa9c/attachment.bin>


More information about the llvm-commits mailing list