https://github.com/apple/swift
Raw File
Tip revision: d73f7214a75f79701d466151e506dfc2f384f44f authored by Ellie Shin on 29 February 2024, 09:06:02 UTC
Opt in to generate internal contents in module and allow non-resilient access by clients
Tip revision: d73f721
SIL.cpp
//===--- SIL.cpp ---------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//

// DO NOT MODIFY THIS FILE!
// The SIL library is split into sub-components, modify the respective
// sub-component.
back to top