Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit b93d75b

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 git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@318539 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent fc889fb commit b93d75b

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
 

‎CMakeLists.txt

+1-1
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)

‎CODE_OWNERS.TXT

+3
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)