[PATCH] D56553: [WebAssembly] Support multilibs for wasm32

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 12:13:16 PST 2019


sunfish added a comment.

Or, here's another idea: What if we *just* add "include/wasm-$OS" and don't add "wasm32-$OS" or "wasm64-$OS"-specific include directories? Most headers for wasm will probably be shared between the two, and for anything that really can't be, we always have the `__wasm32__` and `__wasm64__` predefined macros.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56553/new/

https://reviews.llvm.org/D56553





More information about the llvm-commits mailing list