File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 190d96535cc24d29fc381b160cfe3b43a1e56534
2
+ refs/heads/master: 72f8d703b3fe58742d67f7f9ce7222c977e43922
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ endif()
11
11
list (APPEND CMAKE_MODULE_PATH
12
12
"${CMAKE_CURRENT_SOURCE_DIR} /cmake/modules" )
13
13
14
+ set (CMAKE_DISABLE_IN_SOURCE_BUILD YES )
15
+
14
16
if (DEFINED CMAKE_JOB_POOLS )
15
17
# CMake < 3.11 doesn't support CMAKE_JOB_POOLS. Manually set the property.
16
18
set_property (GLOBAL PROPERTY JOB_POOLS "${CMAKE_JOB_POOLS} " )
Original file line number Diff line number Diff line change 4
4
5
5
// RUN: %swiftc_driver %s -emit-ir -g -Xfrontend -disable-legacy-type-info -target x86_64-apple-macosx10.10 -parse-stdlib -module-name scratch -o - | %FileCheck %s
6
6
// RUN: env RC_DEBUG_OPTIONS=1 %swiftc_driver %s -emit-ir -g -Xfrontend -disable-legacy-type-info -target x86_64-apple-macosx10.10 -parse-stdlib -module-name scratch -o - | %FileCheck --check-prefix CHECK-VAR-SET %s
7
- // CHECK: !DICompileUnit({{.*}} producer: "{{(Apple )? Swift version [^"]+}}"
7
+ // CHECK: !DICompileUnit({{.*}} producer: "{{[^"]* Swift version [^"]+}}"
8
8
// CHECK-NOT: flags: "
9
- // CHECK-VAR-SET: !DICompileUnit({{.*}}producer: "{{(Apple )? Swift version [^"]+}}"
9
+ // CHECK-VAR-SET: !DICompileUnit({{.*}}producer: "{{[^"]* Swift version [^"]+}}"
10
10
// CHECK-VAR-SET-SAME: flags: "
11
11
// CHECK-VAR-SET-NOT: "
12
12
// CHECK-VAR-SET-SAME: -resource-dir
Original file line number Diff line number Diff line change 4
4
5
5
// RUN: %target-swiftc_driver %s -emit-ir -debug-info-store-invocation -g -o - | %FileCheck %s
6
6
// RUN: %target-swiftc_driver %s -emit-ir -debug-info-store-invocation -sdk "/Weird Location/SDK" -g -o - | %FileCheck --check-prefix CHECK-EXPLICIT %s
7
- // CHECK: !DICompileUnit({{.*}}producer: "{{(Apple )? Swift version [^"]+}}"
7
+ // CHECK: !DICompileUnit({{.*}}producer: "{{[^"]* Swift version [^"]+}}"
8
8
// CHECK-SAME: flags: "
9
9
// CHECK-NOT: "
10
10
// CHECK-SAME: -resource-dir
11
- // CHECK-EXPLICIT: !DICompileUnit({{.*}}producer: "{{(Apple )? Swift version [^"]+}}"
11
+ // CHECK-EXPLICIT: !DICompileUnit({{.*}}producer: "{{[^"]* Swift version [^"]+}}"
12
12
// CHECK-EXPLICIT-SAME: flags: "
13
13
// CHECK-EXPLICIT-NOT: "
14
14
// CHECK-EXPLICIT-SAME: -sdk \22/Weird Location/SDK\22
You can’t perform that action at this time.
0 commit comments