Skip to content

Commit 9e6e39b

Browse files
committed
runtime, CMake: add ImageInspectionWasm.cpp
1 parent a221ab1 commit 9e6e39b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stdlib/public/runtime/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ set(swift_runtime_sources
5353
ImageInspectionELF.cpp
5454
ImageInspectionCOFF.cpp
5555
ImageInspectionStatic.cpp
56+
ImageInspectionWasm.cpp
5657
KeyPaths.cpp
5758
KnownMetadata.cpp
5859
Metadata.cpp

stdlib/public/runtime/ImageInspectionWasm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ImageInspectionStatic.cpp - image inspection for static stdlib ---===//
1+
//===----------------------------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)