[all-commits] [llvm/llvm-project] 4860f6: [OpenMP] Fix: opposite attributes could be set by ...
Igor Kirillov via All-commits
all-commits at lists.llvm.org
Wed Nov 10 08:56:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4860f6cb25bd20b0fc2f20403602526df650d7ed
https://github.com/llvm/llvm-project/commit/4860f6cb25bd20b0fc2f20403602526df650d7ed
Author: Igor Kirillov <Igor.Kirillov at arm.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/parallel_if_codegen_PR51349.cpp
Log Message:
-----------
[OpenMP] Fix: opposite attributes could be set by -fno-inline
After the changes introduced by D106799 it is possible to tag
outlined function with both AlwaysInline and NoInline attributes using
-fno-inline command line options.
This issue is similiar to D107649.
Differential Revision: https://reviews.llvm.org/D112645
More information about the All-commits
mailing list