Files
swift-mirror/libswift/Sources/Optimizer/FunctionPasses/CMakeLists.txt
Erik Eckstein 6fe719624a libswift: implement the MergeCondFail pass in libswift
But keeping the old pass as legacy pass
2021-06-09 11:33:41 +02:00

13 lines
402 B
CMake

# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See http://swift.org/LICENSE.txt for license information
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
libswift_sources(Optimizer
SILPrinter.swift
MergeCondFails.swift
)