[all-commits] [llvm/llvm-project] a442c6: [libc] Make div test names unique

Alex Brachet via All-commits all-commits at lists.llvm.org
Thu Jul 7 08:08:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a442c628882eb07fffff8c9f7c87a317af14555a
      https://github.com/llvm/llvm-project/commit/a442c628882eb07fffff8c9f7c87a317af14555a
  Author: Alex Brachet <abrachet at google.com>
  Date:   2022-07-07 (Thu, 07 Jul 2022)

  Changed paths:
    M libc/test/src/stdlib/DivTest.h

  Log Message:
  -----------
  [libc] Make div test names unique

In Fuchsia, all tests in a directory, ie stdlib, are linked
into one executable, this causes problems for multiple
definitions of the vtables of the div tests because their
class has the same name. This patch just trivially changes
their name to be unique between all div tests.

Differential revision: https://reviews.llvm.org/D129248




More information about the All-commits mailing list