[all-commits] [llvm/llvm-project] b05fa4: [clang][driver][AIX] Add OpenMP runtime if -fopenm...
xingxue-ibm via All-commits
all-commits at lists.llvm.org
Thu Jan 19 09:47:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b05fa4faf64d6c6811bbecead13dc7c23ac43aca
https://github.com/llvm/llvm-project/commit/b05fa4faf64d6c6811bbecead13dc7c23ac43aca
Author: Xing Xue <xingxue at outlook.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M clang/lib/Driver/ToolChains/AIX.cpp
M clang/test/Driver/aix-ld.c
Log Message:
-----------
[clang][driver][AIX] Add OpenMP runtime if -fopenmp specified
Summary:
This patch adds OpenMP runtime to the linker command line if -fopenmp is specifed for AIX.
Reviewed by: daltenty
Differential Revision: https://reviews.llvm.org/D141862
More information about the All-commits
mailing list