[PATCH] D13244: [ELF2] - implemented --allow-shlib-undefined/--no-allow-shlib-undefined

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 06:19:05 PDT 2015


grimar updated this revision to Diff 36093.
grimar added a comment.

--allow-shlib-undefined behavior implemented as default.
--[no]-allow-shlib-undefined options are ignored.
I also made undefError visible outside writer because it will be useful for other flags (like --no-undefined I am working on)


http://reviews.llvm.org/D13244

Files:
  ELF/Options.td
  ELF/Writer.cpp
  ELF/Writer.h
  test/elf2/Inputs/allow-shlib-undefined.s
  test/elf2/allow-shlib-undefined.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13244.36093.patch
Type: text/x-patch
Size: 3600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150930/7f9b4fe8/attachment.bin>


More information about the llvm-commits mailing list