[llvm-bugs] [Bug 36215] LLD COFF handles /tsaware incorrectly

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 30 17:25:57 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=36215

Petr Penzin <penzin.dev at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |penzin.dev at gmail.com
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #2 from Petr Penzin <penzin.dev at gmail.com> ---
/tsaware should on by default for console applications:

> The /TSAWARE option is enabled by default for Windows and console applications. See /SUBSYSTEM and /VERSION for information.

See:
https://docs.microsoft.com/en-us/cpp/build/reference/tsaware-create-terminal-server-aware-application?view=msvc-160#remarks
(closer to the end of the section).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201031/61e320db/attachment-0001.html>


More information about the llvm-bugs mailing list