Skip to content

Commit 1acdcea

Browse files
committed
Update excludes for moved files
These were missed when we moved to the SwiftPM directory structure.
1 parent e08105b commit 1acdcea

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Package.swift

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -128,27 +128,27 @@ let package = Package(
128128
"LICENSE.TXT",
129129
"CMakeLists.txt",
130130
// *.inc, *.def
131-
"include/llvm/Support/AArch64TargetParser.def",
132-
"include/llvm/Support/ARMTargetParser.def",
133-
"include/llvm/Support/X86TargetParser.def",
134-
"Support/Unix/Host.inc",
135-
"Support/Unix/Memory.inc",
136-
"Support/Unix/Mutex.inc",
137-
"Support/Unix/Path.inc",
138-
"Support/Unix/Process.inc",
139-
"Support/Unix/Program.inc",
140-
"Support/Unix/Signals.inc",
141-
"Support/Unix/Threading.inc",
142-
"Support/Unix/Watchdog.inc",
143-
"Support/Windows/Host.inc",
144-
"Support/Windows/Memory.inc",
145-
"Support/Windows/Mutex.inc",
146-
"Support/Windows/Path.inc",
147-
"Support/Windows/Process.inc",
148-
"Support/Windows/Program.inc",
149-
"Support/Windows/Signals.inc",
150-
"Support/Windows/Threading.inc",
151-
"Support/Windows/Watchdog.inc",
131+
"include/IndexStoreDB_LLVMSupport/llvm_Support_AArch64TargetParser.def",
132+
"include/IndexStoreDB_LLVMSupport/llvm_Support_ARMTargetParser.def",
133+
"include/IndexStoreDB_LLVMSupport/llvm_Support_X86TargetParser.def",
134+
"Unix/Host.inc",
135+
"Unix/Memory.inc",
136+
"Unix/Mutex.inc",
137+
"Unix/Path.inc",
138+
"Unix/Process.inc",
139+
"Unix/Program.inc",
140+
"Unix/Signals.inc",
141+
"Unix/Threading.inc",
142+
"Unix/Watchdog.inc",
143+
"Windows/Host.inc",
144+
"Windows/Memory.inc",
145+
"Windows/Mutex.inc",
146+
"Windows/Path.inc",
147+
"Windows/Process.inc",
148+
"Windows/Program.inc",
149+
"Windows/Signals.inc",
150+
"Windows/Threading.inc",
151+
"Windows/Watchdog.inc",
152152
]),
153153
],
154154

0 commit comments

Comments
 (0)