We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5767eb5 commit bdbe166Copy full SHA for bdbe166
tooling/Common.csproj.props
@@ -20,10 +20,10 @@
20
21
<!-- Embed untracked sources in the PDB -->
22
<EmbedUntrackedSources Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</EmbedUntrackedSources>
23
-
+
24
<!-- ClangSharp.Pathogen-specific -->
25
<LlvmBuildOutputRoot>$(MSBuildThisFileDirectory)../bin/llvm/</LlvmBuildOutputRoot>
26
- <LlvmVersion>14.0.4</LlvmVersion>
+ <LlvmVersion>18</LlvmVersion>
27
<LlvmSourceRoot>$(MSBuildThisFileDirectory)../external/llvm-project/</LlvmSourceRoot>
28
<ClangLicensePath>$(LlvmSourceRoot)clang/LICENSE.TXT</ClangLicensePath>
29
<LibClangSharpLicensePath>$(LlvmSourceRoot)clang/tools/libclang/libClangSharp/LICENSE.md</LibClangSharpLicensePath>
0 commit comments