mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
576 B
Swift
9 lines
576 B
Swift
// RUN: rm -rf %t/clang-module-cache
|
|
// RUN: %swift -parse -parse-as-library -verify -module-cache-path %t/clang-module-cache -target x86_64-apple-macosx10.9 %clang-importer-sdk %S/../Inputs/clang-importer-sdk/swift-modules/Foundation.swift
|
|
// RUN: %swift -parse -parse-as-library -verify -module-cache-path %t/clang-module-cache -target x86_64-apple-macosx10.9 %clang-importer-sdk %S/../Inputs/clang-importer-sdk/swift-modules/ObjectiveC.swift
|
|
// RUN: ls -lR %t/clang-module-cache | FileCheck %s
|
|
// XFAIL: linux
|
|
// CHECK: Foundation{{.*}}.pcm
|
|
// CHECK: ObjectiveC{{.*}}.pcm
|
|
|