diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-08-05 17:38:11 -0500 |
---|---|---|
committer | Joseph Huber <huberjn@outlook.com> | 2025-08-05 17:38:59 -0500 |
commit | 3bc1b15235c86f08afec9d7a43e7ae431ee18926 (patch) | |
tree | f03d6db5dec60e5606c2ca8c7db6a8caaa56d1bb /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 9c6bb180407a7db004624d13d9de108d7cebc73c (diff) | |
download | llvm-3bc1b15235c86f08afec9d7a43e7ae431ee18926.zip llvm-3bc1b15235c86f08afec9d7a43e7ae431ee18926.tar.gz llvm-3bc1b15235c86f08afec9d7a43e7ae431ee18926.tar.bz2 |
[OpenMP] Fix weak linkage on malloc declaration
Summary:
This being weak forces the external reference to be weak. Either we
define it weak or not by pulling it from `libc`. Doing it here causes it
to not be extracted properly.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions