Skip to content

Commit fc514bc

Browse files
petrhosekaaryanshukla
authored andcommitted
[CMake][Fuchsia] Revert back to using normalized triples (llvm#98189)
We switched to denormalized triples in llvm#89425 but that introduced a lot of downstream issues so switch back to normalized triples.
1 parent dc43ae1 commit fc514bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/cmake/caches/Fuchsia-stage2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ if(WIN32 OR LLVM_WINSYSROOT)
141141
set(RUNTIMES_${target}_CMAKE_MODULE_LINKER_FLAGS ${WINDOWS_LINK_FLAGS} CACHE STRING "")
142142
endif()
143143

144-
foreach(target aarch64-linux-gnu;armv7-linux-gnueabihf;i386-linux-gnu;riscv64-linux-gnu;x86_64-linux-gnu)
144+
foreach(target aarch64-unknown-linux-gnu;armv7-unknown-linux-gnueabihf;i386-unknown-linux-gnu;riscv64-unknown-linux-gnu;x86_64-unknown-linux-gnu)
145145
if(LINUX_${target}_SYSROOT)
146146
# Set the per-target builtins options.
147147
list(APPEND BUILTIN_TARGETS "${target}")

0 commit comments

Comments
 (0)