[PATCH] D60860: [LLD] [MinGW] Add an --appcontainer flag, passed through to lld-link

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 06:07:54 PDT 2019


mstorsjo added a comment.

In D60860#1472628 <https://reviews.llvm.org/D60860#1472628>, @ruiu wrote:

> LGTM
>
> I'm curious what kind of application you want to use this option for.


When building DLLs for UWP/WinStore/WinRT, this flag needs to be set, afaik.

Since GNU ld doesn't support the flag, VLC used to set it with a perl script for editing binaries and setting the flag. :-) https://code.videolan.org/videolan/vlc-winrt/blob/master/libvlc/appcontainer.pl


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D60860





More information about the llvm-commits mailing list