Skip to content

Commit e397850

Browse files
authored
Fix LLVM_Utils.apinotes unhandled file SwiftPM warning
When building with SwiftPM, irrelevant files should be marked explicitly in `Package.swift`.
1 parent ff46438 commit e397850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let package = Package(
4343
.target(
4444
name: "SwiftLLVM_Utils",
4545
path: "Sources/LLVM",
46-
exclude: ["CMakeLists.txt"],
46+
exclude: ["CMakeLists.txt", "LLVM_Utils.apinotes"],
4747
sources: ["LLVM_Utils.swift"],
4848
swiftSettings: getLLVMSwiftSettings()
4949
),

0 commit comments

Comments
 (0)