[all-commits] [llvm/llvm-project] ddc496: Exclude running MLIR tests for Toy example Ch6 and...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Wed Jan 25 06:33:14 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ddc496d184b2698c8fb1865cdd9c22cdb4012ff5
      https://github.com/llvm/llvm-project/commit/ddc496d184b2698c8fb1865cdd9c22cdb4012ff5
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    A mlir/test/Examples/Toy/Ch6/lit.local.cfg
    A mlir/test/Examples/Toy/Ch7/lit.local.cfg

  Log Message:
  -----------
  Exclude running MLIR tests for Toy example Ch6 and Ch7 when JIT is unavailable


  Commit: a988a1f81d0fc2a0f6f4bd6d97051e9b61975f40
      https://github.com/llvm/llvm-project/commit/a988a1f81d0fc2a0f6f4bd6d97051e9b61975f40
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp

  Log Message:
  -----------
  Replace use of sprintf with snprint in SparseTensorRuntime.cpp (NFC)

This fixes a warning on MacOS:

warning: 'sprintf' is deprecated: This function is provided for compatibility
reasons only.  Due to security concerns inherent in the design of sprintf(3),
it is highly recommended that you use snprintf(3) instead.


Compare: https://github.com/llvm/llvm-project/compare/7c1621296a50...a988a1f81d0f


More information about the All-commits mailing list