[all-commits] [llvm/llvm-project] 81e51e: [openmp][omptest] Include cstdlib for malloc() (#2...
Paul Osmialowski via All-commits
all-commits at lists.llvm.org
Sat Jun 6 02:47:07 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81e51e0aaf7219ebf51b52eae12d5f94e888b9bf
https://github.com/llvm/llvm-project/commit/81e51e0aaf7219ebf51b52eae12d5f94e888b9bf
Author: Paul Osmialowski <pawel.osmialowski at arm.com>
Date: 2026-06-06 (Sat, 06 Jun 2026)
Changed paths:
M openmp/tools/omptest/src/OmptAssertEvent.cpp
Log Message:
-----------
[openmp][omptest] Include cstdlib for malloc() (#202021)
This is to address the error appearing when building this code with
somewhat more recent compilers:
```
Use of undeclared identifier 'malloc'
```
Such inclusion has already been added to the OmptTester.cpp file.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list