Skip to content

Commit 1ba25d0

Browse files
authored
Merge pull request #60933 from eeckstein/stack-protectors
Support for stack protectors.
2 parents f547826 + 5eff906 commit 1ba25d0

File tree

75 files changed

+1643
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1643
-162
lines changed

SwiftCompilerSources/Sources/Optimizer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ add_subdirectory(Analysis)
1515
add_subdirectory(DataStructures)
1616
add_subdirectory(InstructionPasses)
1717
add_subdirectory(PassManager)
18+
add_subdirectory(ModulePasses)
1819
add_subdirectory(FunctionPasses)
1920
add_subdirectory(TestPasses)
2021
add_subdirectory(Utilities)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This source file is part of the Swift.org open source project
2+
#
3+
# Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
4+
# Licensed under Apache License v2.0 with Runtime Library Exception
5+
#
6+
# See http://swift.org/LICENSE.txt for license information
7+
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8+
9+
swift_compiler_sources(Optimizer
10+
StackProtection.swift
11+
)

0 commit comments

Comments
 (0)