[PATCH] D31349: IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 21:35:59 PDT 2017


pcc updated this revision to Diff 101667.
pcc added a comment.
Herald added a reviewer: hiraditya.
This revision now requires review to proceed.

Refresh and add verifier check


https://reviews.llvm.org/D31349

Files:
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/CodeGen/CodeGenModule.h
  clang/test/CodeGen/dependent-lib.c
  clang/test/CodeGen/linker-option.c
  clang/test/CodeGen/pragma-comment.c
  clang/test/CodeGen/pragma-detect_mismatch.c
  clang/test/CodeGenCXX/ms-thread_local.cpp
  clang/test/CodeGenObjC/availability-cf-link-guard.m
  clang/test/Modules/autolink.m
  clang/test/Modules/autolinkTBD.m
  clang/test/Modules/module-impl-with-link.c
  lld/test/COFF/Inputs/constant-export.ll
  lld/test/COFF/include-lto.ll
  lld/test/COFF/lto-linker-opts.ll
  llvm/docs/LangRef.rst
  llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  llvm/include/llvm/LTO/legacy/LTOModule.h
  llvm/include/llvm/Target/TargetLoweringObjectFile.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/LTO/LTOModule.cpp
  llvm/lib/Object/IRSymtab.cpp
  llvm/test/Bitcode/upgrade-linker-options.ll
  llvm/test/DebugInfo/COFF/array-odr-violation.ll
  llvm/test/DebugInfo/COFF/inlining-same-name.ll
  llvm/test/LTO/Resolution/X86/symtab-elf.ll
  llvm/test/LTO/Resolution/X86/symtab.ll
  llvm/test/MC/COFF/cv-compiler-info.ll
  llvm/test/MC/COFF/linker-options.ll
  llvm/test/MC/MachO/linker-options.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31349.101667.patch
Type: text/x-patch
Size: 33057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170607/c85101e6/attachment.bin>


More information about the llvm-commits mailing list