[all-commits] [llvm/llvm-project] 2c20c9: [libc] Set rtlib to compiler-rt in integration tests.

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Mar 28 16:46:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c20c9003baa2ac69d847fa8384dcdca5b878ebd
      https://github.com/llvm/llvm-project/commit/2c20c9003baa2ac69d847fa8384dcdca5b878ebd
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-03-28 (Mon, 28 Mar 2022)

  Changed paths:
    M libc/cmake/modules/LLVMLibCTestRules.cmake

  Log Message:
  -----------
  [libc] Set rtlib to compiler-rt in integration tests.

The clang driver to picks up compiler runtime files using full paths.
Without this, at least for aarch64, the driver tries to pick up the
compiler runtime files from the working directory.

Reviewed By: michaelrj

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




More information about the All-commits mailing list