[all-commits] [llvm/llvm-project] 4df44a: [asan] Don't use libstdc++ in test

Alex Brachet via All-commits all-commits at lists.llvm.org
Fri May 19 08:18:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4df44a008472ea1e5d7f581a1067d9f1b6d9dbf5
      https://github.com/llvm/llvm-project/commit/4df44a008472ea1e5d7f581a1067d9f1b6d9dbf5
  Author: Alex Brachet <abrachet at google.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M compiler-rt/test/asan/TestCases/throw_invoke_test.cpp
    M compiler-rt/test/lit.common.cfg.py

  Log Message:
  -----------
  [asan] Don't use libstdc++ in test

It shouldn't be assumed that libstdc++ is always available even on Linux.
Just let the compiler pick the default

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




More information about the All-commits mailing list