Skip to content

Commit

Permalink
define TargetPlatformIdentifier and ToolsetISenseIdentifier ; Let Vis…
Browse files Browse the repository at this point in the history
…ualStudio known we r using clang
  • Loading branch information
KomiMoe committed Aug 26, 2024
1 parent a65dff7 commit 2af4339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions LLVM.Cpp.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
-->

<PropertyGroup>
<!-- Let VisualStudio known we r using clang -->
<TargetPlatformIdentifier>Clang.Windows</TargetPlatformIdentifier>
<ToolsetISenseIdentifier>$(TargetPlatformIdentifier)</ToolsetISenseIdentifier>
<!-- This initializes the values in Properties > General > Output Directory.
Builds will fail without this. -->
<OutDirWasSpecified Condition=" '$(OutDir)'!='' AND '$(OutDirWasSpecified)'=='' ">true</OutDirWasSpecified>
Expand Down
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="llvm2022.c17776c5-ce07-fb35-3729-dfb7a9d50441" Version="2024.8.27" Language="en-US" Publisher="KomiMoe" />
<Identity Id="llvm2022.c17776c5-ce07-fb35-3729-dfb7a9d50441" Version="2024.8.27.1" Language="en-US" Publisher="KomiMoe" />
<DisplayName>llvm2022</DisplayName>
<Description xml:space="preserve">Allows the LLVM Compiler Toolchain (installed separately) to be used from within Visual Studio 2022 (only) to build C/C++ Projects.</Description>
<MoreInfo>https://github.com/KomiMoe/llvm2019</MoreInfo>
Expand Down

0 comments on commit 2af4339

Please sign in to comment.