-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed to be able to support linking with lld-link.
lld-link doesn't support the /manifestdependency coming from a #pragma comment instruction. "lld-link.exe : error : /manifestdependency: is not allowed in .drectve" https://github.com/llvm-mirror/lld/blob/bf86a304d1fee6d332c479bdb98cec1e44001f62/COFF/Driver.cpp#L284-L328 See https://bugs.llvm.org/show_bug.cgi?id=38797 The SupportsJustMyCode, GenerateDebugInformation, and LinkTimeCodeGeneration customizations seem like reasonable changes to the LLVM.Cpp.Common.targets file, but this seems like a lower barrier of entry. (The GenerateDebugInformation change is because 'true' gets translated to FastLink in the Microsoft msbuild files.) See https://bugs.llvm.org/show_bug.cgi?id=38799
- Loading branch information
Showing
2 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters