Skip to content

Commit c94d393

Browse files
committedNov 17, 2017
[WebAssembly] Initial wasm linker implementation
This linker backend is still a work in progress but is enough to link simple programs including linking against library archives. Differential Revision: https://reviews.llvm.org/D34851 llvm-svn: 318539
1 parent ae304b0 commit c94d393

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+5791
-16
lines changed
 

‎lld/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ add_subdirectory(docs)
223223
add_subdirectory(COFF)
224224
add_subdirectory(ELF)
225225
add_subdirectory(MinGW)
226-
226+
add_subdirectory(wasm)

‎lld/CODE_OWNERS.TXT

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ N: Lang Hames, Nick Kledzik
1717
E: lhames@gmail.com, kledzik@apple.com
1818
D: Mach-O backend
1919

20+
N: Sam Clegg
21+
E: sbc@chromium.org
22+
D: WebAssembly backend (wasm/*)

0 commit comments

Comments
 (0)