[all-commits] [llvm/llvm-project] 2e9b33: [compiler-rt][rtsan] Introduce RTSAN_OPTIONS and f...

Chris Apple via All-commits all-commits at lists.llvm.org
Fri Sep 6 10:28:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e9b3316ee8b4339e2f023173db780ea09c44a88
      https://github.com/llvm/llvm-project/commit/2e9b3316ee8b4339e2f023173db780ea09c44a88
  Author: Chris Apple <cja-private at pm.me>
  Date:   2024-09-06 (Fri, 06 Sep 2024)

  Changed paths:
    M compiler-rt/lib/rtsan/CMakeLists.txt
    M compiler-rt/lib/rtsan/rtsan.cpp
    M compiler-rt/lib/rtsan/rtsan_context.cpp
    A compiler-rt/lib/rtsan/rtsan_flags.cpp
    A compiler-rt/lib/rtsan/rtsan_flags.h
    A compiler-rt/lib/rtsan/rtsan_flags.inc
    M compiler-rt/lib/rtsan/rtsan_stack.cpp
    M compiler-rt/lib/rtsan/tests/rtsan_test_context.cpp
    A compiler-rt/test/rtsan/unrecognized_flags.cpp
    M llvm/test/Unit/lit.cfg.py
    M llvm/utils/lit/lit/TestingConfig.py
    M llvm/utils/lit/lit/llvm/config.py

  Log Message:
  -----------
  [compiler-rt][rtsan] Introduce RTSAN_OPTIONS and flags (#107174)

This matches much of the boilerplate found in the other sanitizers.



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