[PATCH] D40739: Pass through --undefined to Wasm LLD

Nicholas Wilson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 2 01:19:02 PST 2017


ncw added a comment.

I'm glad to be involved in a small way. Our company uses Emscripten in one of our products, and some of our employees were early contributors to Emscripten years ago, when they were trying to get C++ working. Now I've been allowed to spend a few weeks "investigating" Wasm, then I'll have to get back to my normal work on our product. I hope short-term contributors like me don't add too much burden.

I'm also really impressed with Wasm, the whole design, tooling and project is coming along really well and should provide an excellent foundation for web projects.

Regarding this patch - can we get away without a test...? I can confirm that I've just done a manual test, and the argument is correctly passed down to LLD. Plus the line was simply copied from the existing toolchains.


Repository:
  rC Clang

https://reviews.llvm.org/D40739





More information about the cfe-commits mailing list