1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/ldc-runtime-cross/dont-guess-host-triple.patch
2025-05-30 12:39:15 +00:00

11 lines
406 B
Diff

--- a/runtimes/CMakeLists.txt
+++ b/runtimes/CMakeLists.txt
@@ -171,8 +171,6 @@
find_package(Python3 REQUIRED COMPONENTS Interpreter)
# Host triple is used by tests to check if they are running natively.
-include(GetHostTriple)
-get_host_triple(LLVM_HOST_TRIPLE)
message(STATUS "LLVM host triple: ${LLVM_HOST_TRIPLE}")
# TODO: We shouldn't be using LLVM_DEFAULT_TARGET_TRIPLE for runtimes since we