[all-commits] [llvm/llvm-project] 056d02: [compiler-rt] Use COMPILER_RT_TEST_CXX_COMPILER fo...

PiJoules via All-commits all-commits at lists.llvm.org
Wed Sep 8 11:44:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 056d024235f057e1c933a30aabb66e827f957279
      https://github.com/llvm/llvm-project/commit/056d024235f057e1c933a30aabb66e827f957279
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

  Changed paths:
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake

  Log Message:
  -----------
  [compiler-rt] Use COMPILER_RT_TEST_CXX_COMPILER for linking compiler-rt tests

Before, COMPILER_RT_TEST_COMPILER was used which pointed to a C compiler. While
it is incorrect to assume either of these is the default compiler, using the
C++ one allows for linking cpp tests.

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




More information about the All-commits mailing list