[all-commits] [llvm/llvm-project] 39ba91: [Driver] -fsanitize=function: unsupport wasm after...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon May 22 10:40:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39ba913d13ab15c76cb6b5aa066fa111ddfe944b
      https://github.com/llvm/llvm-project/commit/39ba913d13ab15c76cb6b5aa066fa111ddfe944b
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-05-22 (Mon, 22 May 2023)

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

  Log Message:
  -----------
  [Driver] -fsanitize=function: unsupport wasm after D148573

D148573 made x86-specific -fsanitize=function available to all targets,
but wasm doesn't allow placing data words before the function label,
so unsupport wasm.




More information about the All-commits mailing list