[all-commits] [llvm/llvm-project] 0b5d2b: [WebAssembly] Remove dependency of reference types...
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Wed Feb 17 16:11:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b5d2b0efd3eb9a6c1d454a7fc50942e906f522c
https://github.com/llvm/llvm-project/commit/0b5d2b0efd3eb9a6c1d454a7fc50942e906f522c
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/test/Driver/wasm-toolchain.c
Log Message:
-----------
[WebAssembly] Remove dependency of reference types from EH
The new spec does not have `exnref` so EH does not have dependency of
the reference types proposal anymore.
Reviewed By: dschuff
Differential Revision: https://reviews.llvm.org/D96903
More information about the All-commits
mailing list