Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Ewing <lewing@microsoft.com>2022-04-26 22:01:19 +0300
committerGitHub <noreply@github.com>2022-04-26 22:01:19 +0300
commit8ccf1e5e86bec4817c192fbda6f35146797c512c (patch)
treef8d70886bd7b94dd0f230da6206b74cb02419da8
parent56687e3bc3c41eac7adfe5600d955d5269613117 (diff)
parent32567e0b0f26c4b69060491cd67f37d75639c1a8 (diff)
Merge pull request #198 from radekdoulik/pr-build-clang-everywhere
Build clang everywhere
-rw-r--r--llvm.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm.proj b/llvm.proj
index 8d95548c10ec..647454d038a6 100644
--- a/llvm.proj
+++ b/llvm.proj
@@ -71,7 +71,7 @@
<_LLVMBuildArgs Condition="'$(BuildOS)' == 'Windows_NT'" Include='-DLLVM_USE_CRT_RELEASE=MT' />
</ItemGroup>
- <ItemGroup Condition="'$(BuildOS)' == 'OSX' or ('$(TargetArchitecture)' != 'arm' and '$(TargetArchitecture)' != 'arm64')">
+ <ItemGroup>
<_LLVMBuildArgs Include='-DLLVM_ENABLE_PROJECTS=clang' />
<_LLVMBuildArgs Include='-DCLANG_BUILD_TOOLS:BOOL=OFF' />
<_LLVMBuildArgs Include='-DCLANG_INCLUDE_TESTS:BOOL=OFF' />