[PATCH] D33805: [CFI] Remove LinkerSubsectionsViaSymbols.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 15:05:52 PDT 2017


eugenis created this revision.

Since https://reviews.llvm.org/D17854 LinkerSubsectionsViaSymbols unnecessary, as I understand.

It is interfering with ThinLTO implementation of CFI-ICall, where the aliases used on the !LinkerSubsectionsViaSymbols branch are needed to export jump tables to ThinLTO backends.


Repository:
  rL LLVM

https://reviews.llvm.org/D33805

Files:
  lib/Transforms/IPO/LowerTypeTests.cpp
  test/Transforms/LowerTypeTests/simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33805.101122.patch
Type: text/x-patch
Size: 5842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/93fed6a1/attachment.bin>


More information about the llvm-commits mailing list