Skip to content

Commit 63d3f24

Browse files
test: Exclude invalid target triple construction for IRGen/lto_autolink.swift
`%target-cpu-apple-macosx` in this test can result in invalid triples like `wasm32-apple-macosx` and it confuse LLVM. Exclude such triple combination.
1 parent 443489f commit 63d3f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/lto_autolink.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ import AutolinkModuleMapLink
4646
// UNSUPPORTED: OS=macosx && CPU=arm64
4747
// UNSUPPORTED: OS=watchos && CPU=arm64_32
4848
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
49+
// UNSUPPORTED: CPU=wasm32

0 commit comments

Comments
 (0)