Skip to content

Commit 87aa923

Browse files
committed
build: remove non-optional sources (NFC)
This just removes the files listed in the `LLVM_OPTIONAL_SOURCES` which are in fact always built. NFC
1 parent 4974021 commit 87aa923

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/runtime/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ endif(LLVM_ENABLE_ASSERTIONS)
7777

7878
# Acknowledge that the following sources are known.
7979
set(LLVM_OPTIONAL_SOURCES
80-
MutexPThread.cpp
81-
MutexWin32.cpp
82-
CygwinPort.cpp
83-
ImageInspectionELF.cpp
8480
StaticBinaryELF.cpp
8581
SwiftRT-COFF.cpp
8682
SwiftRT-ELF.cpp

0 commit comments

Comments
 (0)