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 d8b41c7f4540..5ef41c4c0a08 100644 --- a/lld/COFF/DriverUtils.cpp +++ b/lld/COFF/DriverUtils.cpp @@ -387,7 +387,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 |
