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 484f3be commit 6deed71Copy full SHA for 6deed71
test/CAS/legacy_layout_remap.swift
@@ -1,4 +1,5 @@
1
// REQUIRES: objc_interop
2
+// REQUIRES: platform=Darwin
3
// UNSUPPORTED: swift_only_stable_abi
4
5
// RUN: %empty-directory(%t)
@@ -33,8 +34,8 @@
33
34
// RUN: /^tmp/main.swift @%t/MyApp.cmd -c -o %t/main.o
35
36
/// Now do implicit search.
-// RUN: mkdir -p %t/resource/macosx
37
-// RUN: cp %t/layout.yaml %t/resource/macosx/layouts-%target-arch.yaml
+// RUN: mkdir -p %t/resource/%target-os
38
+// RUN: cp %t/layout.yaml %t/resource/%target-os/layouts-%target-arch.yaml
39
40
// RUN: %target-swift-frontend -target %target-pre-stable-abi-triple -I %t -c -enable-library-evolution \
41
// RUN: -scan-dependencies -module-name Test -module-cache-path %t/clang-module-cache -O -module-load-mode prefer-serialized \
0 commit comments