Skip to content

Commit

Permalink
Update ARM64 LLVM AOT runtime builds to use the generic libclang.so f…
Browse files Browse the repository at this point in the history
…ile as the new image does not have libclang.so.16, it has libclang.so and libclang.so.18 instead. (#102175)
  • Loading branch information
LoopedBard3 committed May 14, 2024
1 parent 039d2ec commit abc23ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/perf_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ extends:
platforms:
- linux_arm64
jobParameters:
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig) /p:MonoAOTEnableLLVM=true /p:MonoEnableLLVM=true /p:BuildMonoAOTCrossCompiler=true /p:MonoLibClang="/usr/local/lib/libclang.so.16" /p:AotHostArchitecture=arm64 /p:AotHostOS=linux
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig) /p:MonoAOTEnableLLVM=true /p:MonoEnableLLVM=true /p:BuildMonoAOTCrossCompiler=true /p:MonoLibClang="/usr/local/lib/libclang.so" /p:AotHostArchitecture=arm64 /p:AotHostOS=linux
nameSuffix: AOT
isOfficialBuild: false
postBuildSteps:
Expand Down

0 comments on commit abc23ef

Please sign in to comment.