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 86b8c70 commit 7596d00Copy full SHA for 7596d00
utils/build-presets.ini
@@ -1074,6 +1074,11 @@ reconfigure
1074
test-optimized
1075
skip-test-swiftdocc
1076
1077
+# gcc version on amazon linux 2 is too old to configure and build tablegen.
1078
+# Use the clang that we install in the path for macros
1079
+llvm-cmake-options=
1080
+ -DCROSS_TOOLCHAIN_FLAGS_LLVM_NATIVE='-DCMAKE_C_COMPILER=clang;-DCMAKE_CXX_COMPILER=clang++'
1081
+ -DCLANG_DEFAULT_LINKER=gold
1082
1083
[preset: buildbot_linux_1404_no_lldb]
1084
mixin-preset=buildbot_incremental_linux
0 commit comments