[all-commits] [llvm/llvm-project] 248e34: [LLD] [MinGW] Pass the --demangle and --no-demangl...

Christian Sigg via All-commits all-commits at lists.llvm.org
Thu Jan 7 00:13:08 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 248e3450fb8a1ab7146c0cbe8f0ea7204782f542
      https://github.com/llvm/llvm-project/commit/248e3450fb8a1ab7146c0cbe8f0ea7204782f542
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-01-07 (Thu, 07 Jan 2021)

  Changed paths:
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/test/MinGW/driver.test

  Log Message:
  -----------
  [LLD] [MinGW] Pass the --demangle and --no-demangle options to the COFF linker

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


  Commit: f4485240a2182050d6417947a407fe4c551e2011
      https://github.com/llvm/llvm-project/commit/f4485240a2182050d6417947a407fe4c551e2011
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-01-07 (Thu, 07 Jan 2021)

  Changed paths:
    M libcxx/include/filesystem
    M libcxx/src/filesystem/operations.cpp

  Log Message:
  -----------
  [libcxx] Handle backslash as path separator on windows

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


  Commit: c3529a5b0806843e75f0b6d9a83bb36de70b5ae6
      https://github.com/llvm/llvm-project/commit/c3529a5b0806843e75f0b6d9a83bb36de70b5ae6
  Author: Christian Sigg <csigg at google.com>
  Date:   2021-01-07 (Thu, 07 Jan 2021)

  Changed paths:
    M mlir/include/mlir/IR/OpDefinition.h
    M mlir/lib/IR/Operation.cpp

  Log Message:
  -----------
  [mlir] Mark methods from mlir::OpState that just forward to mlir::Operation as deprecated.

The functions will be removed by January 20th.

All call sites within MLIR have been converted in previous changes.

Reviewed By: rriddle

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


Compare: https://github.com/llvm/llvm-project/compare/7ddbe0cb905e...c3529a5b0806


More information about the All-commits mailing list