Skip to content

Commit e854be7

Browse files
authored
---
yaml --- r: 349081 b: refs/heads/master c: 72f8d70 h: refs/heads/master i: 349079: 18e997c
1 parent eb49376 commit e854be7

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 190d96535cc24d29fc381b160cfe3b43a1e56534
2+
refs/heads/master: 72f8d703b3fe58742d67f7f9ce7222c977e43922
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ endif()
1111
list(APPEND CMAKE_MODULE_PATH
1212
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
1313

14+
set(CMAKE_DISABLE_IN_SOURCE_BUILD YES)
15+
1416
if(DEFINED CMAKE_JOB_POOLS)
1517
# CMake < 3.11 doesn't support CMAKE_JOB_POOLS. Manually set the property.
1618
set_property(GLOBAL PROPERTY JOB_POOLS "${CMAKE_JOB_POOLS}")

trunk/test/DebugInfo/compiler-flags-macosx.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
// 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
66
// 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 [^"]+}}"
88
// CHECK-NOT: flags: "
9-
// CHECK-VAR-SET: !DICompileUnit({{.*}}producer: "{{(Apple )?Swift version [^"]+}}"
9+
// CHECK-VAR-SET: !DICompileUnit({{.*}}producer: "{{[^"]*Swift version [^"]+}}"
1010
// CHECK-VAR-SET-SAME: flags: "
1111
// CHECK-VAR-SET-NOT: "
1212
// CHECK-VAR-SET-SAME: -resource-dir

trunk/test/DebugInfo/compiler-flags.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
// RUN: %target-swiftc_driver %s -emit-ir -debug-info-store-invocation -g -o - | %FileCheck %s
66
// 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 [^"]+}}"
88
// CHECK-SAME: flags: "
99
// CHECK-NOT: "
1010
// CHECK-SAME: -resource-dir
11-
// CHECK-EXPLICIT: !DICompileUnit({{.*}}producer: "{{(Apple )?Swift version [^"]+}}"
11+
// CHECK-EXPLICIT: !DICompileUnit({{.*}}producer: "{{[^"]*Swift version [^"]+}}"
1212
// CHECK-EXPLICIT-SAME: flags: "
1313
// CHECK-EXPLICIT-NOT: "
1414
// CHECK-EXPLICIT-SAME: -sdk \22/Weird Location/SDK\22

0 commit comments

Comments
 (0)