[all-commits] [llvm/llvm-project] f8a2ed: [ubsan_minimal] Introduce custom substitutions for...

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Thu Jul 31 18:12:36 PDT 2025


  Branch: refs/heads/users/rampitec/07-31-_amdgpu_add_v_cvt_scale_pk8__gfx1250_instructions
  Home:   https://github.com/llvm/llvm-project
  Commit: f8a2ed7aaccd60ed8939dfeb32fc38e05ebeda25
      https://github.com/llvm/llvm-project/commit/f8a2ed7aaccd60ed8939dfeb32fc38e05ebeda25
  Author: Andrew Lazarev <alazarev at google.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M compiler-rt/test/ubsan_minimal/TestCases/alignment-assumption.c
    M compiler-rt/test/ubsan_minimal/TestCases/icall.c
    M compiler-rt/test/ubsan_minimal/TestCases/implicit-integer-sign-change.c
    M compiler-rt/test/ubsan_minimal/TestCases/implicit-signed-integer-truncation-or-sign-change.c
    M compiler-rt/test/ubsan_minimal/TestCases/implicit-signed-integer-truncation.c
    M compiler-rt/test/ubsan_minimal/TestCases/implicit-unsigned-integer-truncation.c
    M compiler-rt/test/ubsan_minimal/TestCases/local_bounds.cpp
    M compiler-rt/test/ubsan_minimal/TestCases/nullptr-and-nonzero-offset.c
    M compiler-rt/test/ubsan_minimal/TestCases/override-callback.c
    M compiler-rt/test/ubsan_minimal/TestCases/recover-dedup-limit.cpp
    M compiler-rt/test/ubsan_minimal/TestCases/recover-dedup.cpp
    M compiler-rt/test/ubsan_minimal/TestCases/test-darwin-interface.c
    M compiler-rt/test/ubsan_minimal/TestCases/uadd-overflow.cpp
    M compiler-rt/test/ubsan_minimal/lit.common.cfg.py

  Log Message:
  -----------
  [ubsan_minimal] Introduce custom substitutions for clang with minimal runtime (#151613)

Make clang calls using custom suffix to allow correct calls without
reading cfg.py. As I see tests for other other specific checks are doing
it too (e.g. %clangxx_asan).


  Commit: d91cc0fa0a035ff05716123173f8d1355d06679d
      https://github.com/llvm/llvm-project/commit/d91cc0fa0a035ff05716123173f8d1355d06679d
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M compiler-rt/test/ubsan_minimal/TestCases/alignment-assumption.c
    M compiler-rt/test/ubsan_minimal/TestCases/icall.c
    M compiler-rt/test/ubsan_minimal/TestCases/implicit-integer-sign-change.c
    M compiler-rt/test/ubsan_minimal/TestCases/implicit-signed-integer-truncation-or-sign-change.c
    M compiler-rt/test/ubsan_minimal/TestCases/implicit-signed-integer-truncation.c
    M compiler-rt/test/ubsan_minimal/TestCases/implicit-unsigned-integer-truncation.c
    M compiler-rt/test/ubsan_minimal/TestCases/local_bounds.cpp
    M compiler-rt/test/ubsan_minimal/TestCases/nullptr-and-nonzero-offset.c
    M compiler-rt/test/ubsan_minimal/TestCases/override-callback.c
    M compiler-rt/test/ubsan_minimal/TestCases/recover-dedup-limit.cpp
    M compiler-rt/test/ubsan_minimal/TestCases/recover-dedup.cpp
    M compiler-rt/test/ubsan_minimal/TestCases/test-darwin-interface.c
    M compiler-rt/test/ubsan_minimal/TestCases/uadd-overflow.cpp
    M compiler-rt/test/ubsan_minimal/lit.common.cfg.py

  Log Message:
  -----------
  Merge branch 'main' into users/rampitec/07-31-_amdgpu_add_v_cvt_scale_pk8__gfx1250_instructions


Compare: https://github.com/llvm/llvm-project/compare/26d564767c00...d91cc0fa0a03

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list