[all-commits] [llvm/llvm-project] 02fa9f: [compiler-rt] Use just built libatomic if available
Alex Brachet via All-commits
all-commits at lists.llvm.org
Tue Aug 29 14:53:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02fa9fc018db5b757a4ce129d85d64efefc8645c
https://github.com/llvm/llvm-project/commit/02fa9fc018db5b757a4ce129d85d64efefc8645c
Author: Alex Brachet <abrachet at google.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M flang/docs/OpenACC.md
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-directive-structure.h
M flang/test/Lower/OpenACC/acc-data.f90
M flang/test/Semantics/OpenACC/acc-data.f90
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