[all-commits] [llvm/llvm-project] 6ca178: [asan] specify c++ version in tests to fix compile...

Emily Shi via All-commits all-commits at lists.llvm.org
Fri Mar 19 10:08:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ca178cd78a99d682d0be43eff1a808c1bcf47e6
      https://github.com/llvm/llvm-project/commit/6ca178cd78a99d682d0be43eff1a808c1bcf47e6
  Author: Emily Shi <code at emi.sh>
  Date:   2021-03-19 (Fri, 19 Mar 2021)

  Changed paths:
    M compiler-rt/test/asan/TestCases/asan_update_allocation.cpp
    M compiler-rt/test/asan/TestCases/lsan_crash.cpp

  Log Message:
  -----------
  [asan] specify c++ version in tests to fix compile error

If we don't specify the c++ version in these tests, it could cause compile errors because the compiler could default to an older c++

rdar://75247244

Reviewed By: vitalybuka

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




More information about the All-commits mailing list