[all-commits] [llvm/llvm-project] 70ee43: [WebAssembly] -fwasm-exceptions enables reference-...

Heejin Ahn via All-commits all-commits at lists.llvm.org
Wed Nov 13 19:48:13 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 70ee430c6e45c955051bb6b4437c2d1cad8fecb1
      https://github.com/llvm/llvm-project/commit/70ee430c6e45c955051bb6b4437c2d1cad8fecb1
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/test/Driver/wasm-toolchain.c

  Log Message:
  -----------
  [WebAssembly] -fwasm-exceptions enables reference-types

Summary:
This adds `-mreference-types` and `-mno-reference-types` flags to clang
and make `-fwasm-exceptions` enables reference types feature in clang
and the backend.

Reviewers: tlively

Subscribers: dschuff, sbc100, jgravelle-google, sunfish, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D69832




More information about the All-commits mailing list