[all-commits] [llvm/llvm-project] 445978: [compiler-rt] Use just built libatomic if available

Alex Brachet via All-commits all-commits at lists.llvm.org
Tue Aug 29 14:39:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 445978ee8c398ddc5d8ae51bc0b0137ce3bb37cb
      https://github.com/llvm/llvm-project/commit/445978ee8c398ddc5d8ae51bc0b0137ce3bb37cb
  Author: Alex Brachet <abrachet at google.com>
  Date:   2023-08-29 (Tue, 29 Aug 2023)

  Changed paths:
    M compiler-rt/test/CMakeLists.txt
    M compiler-rt/test/dfsan/libatomic.c
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/msan/libatomic.c
    M compiler-rt/test/msan/libatomic_load_exceptions.cpp

  Log Message:
  -----------
  [compiler-rt] Use just built libatomic if available

Use libclang_rt.atomic.so instead of the libatomic installed
on the system if it is available.

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




More information about the All-commits mailing list