diff options
Diffstat (limited to 'lld/COFF/DriverUtils.cpp')
| -rw-r--r-- | lld/COFF/DriverUtils.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lld/COFF/DriverUtils.cpp b/lld/COFF/DriverUtils.cpp index 96ae2f0..10a3934 100644 --- a/lld/COFF/DriverUtils.cpp +++ b/lld/COFF/DriverUtils.cpp @@ -440,7 +440,7 @@ std::string LinkerDriver::createDefaultXml() {       << "<assembly xmlns=\"urn:schemas-microsoft-com:asm.v1\"\n"       << "          manifestVersion=\"1.0\">\n";    if (ctx.config.manifestUAC) { -    os << "  <trustInfo>\n" +    os << "  <trustInfo xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n"         << "    <security>\n"         << "      <requestedPrivileges>\n"         << "         <requestedExecutionLevel level=" << ctx.config.manifestLevel | 
