Skip to content

Commit

Permalink
Don't use lld-link as default linker, need map "DEBUG:FASTLINK" to "D…
Browse files Browse the repository at this point in the history
…EBUG:FULL".
  • Loading branch information
zufuliu committed Dec 27, 2018
1 parent dff8249 commit 1802f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VS2017/LLVM/LLVM.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ClangClExecutable>$(LLVMInstallDir)\bin\clang-cl.exe</ClangClExecutable>
<LldLinkExecutable>$(LLVMInstallDir)\bin\lld-link.exe</LldLinkExecutable>
<UseClangCl>true</UseClangCl>
<UseLldLink>true</UseLldLink>
<UseLldLink>false</UseLldLink>
</PropertyGroup>

<ItemDefinitionGroup>
Expand Down
2 changes: 1 addition & 1 deletion VS2017/LLVM/llvm-general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
DisplayName="Use lld-link"
Description="Use lld-link for linking. If this option is disabled, the Microsoft linker (link.exe) will be used instead."
Category="General"
Default="true">
Default="false">
</BoolProperty>
<StringProperty Name="LldLinkExecutable"
DisplayName="lld-link Executable"
Expand Down

0 comments on commit 1802f5a

Please sign in to comment.