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 de49d1f commit f68dc00Copy full SHA for f68dc00
xmake.lua
@@ -94,8 +94,10 @@ package("llvm")
94
95
"-DLLVM_ENABLE_PROJECTS=clang;clang-tools-extra",
96
97
- -- Only build native target
98
- "-DLLVM_TARGETS_TO_BUILD=Native"
+ -- Build all targets, this will affect the builtin type generation.
+ -- Users might use a cross-compiler, and to ensure clang works in
99
+ -- that scenario, we have to build all targets.
100
+ "-DLLVM_TARGETS_TO_BUILD=all"
101
}
102
103
local build_type = {
0 commit comments