Files
swift-mirror/test/Interpreter/Inputs/lto/module1.swift
Yuta Saito d6cddaabb5 [LTO] Support LLVM LTO for driver
This commit adds LTO support for handling linker options and LLVM BC
emission. Even for ELF, swift-autolink-extract is unnecessary because
linker options are embeded in LLVM BC content when LTO.
2020-07-31 10:17:59 +09:00

2 lines
38 B
Swift

public func unusedPublicFunction() {}