[all-commits] [llvm/llvm-project] 849df8: [clang][WebAssembly] Pass `-Wa, --no-type-check` th...

Sam Clegg via All-commits all-commits at lists.llvm.org
Thu Sep 1 03:12:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 849df8f6f0a6ded83e36aa52b6daa6b950289804
      https://github.com/llvm/llvm-project/commit/849df8f6f0a6ded83e36aa52b6daa6b950289804
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/Clang.cpp
    A clang/test/Driver/notypecheck.s
    M clang/tools/driver/cc1as_main.cpp

  Log Message:
  -----------
  [clang][WebAssembly] Pass `-Wa,--no-type-check` through to the MC layer

I took as an example the `-Wa,--noexecstack` clang flag that maps down
to `cc1 -mnoexecstack`.

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




More information about the All-commits mailing list