[all-commits] [llvm/llvm-project] 3d9fc3: [flang] add no-cpp-dep test for AIX 64 bit (#74637)
madanial0 via All-commits
all-commits at lists.llvm.org
Thu Dec 21 05:59:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d9fc3fed036442e88f43e9d70362d1fd9f239ab
https://github.com/llvm/llvm-project/commit/3d9fc3fed036442e88f43e9d70362d1fd9f239ab
Author: madanial0 <118996571+madanial0 at users.noreply.github.com>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M flang/test/Runtime/no-cpp-dep.c
Log Message:
-----------
[flang] add no-cpp-dep test for AIX 64 bit (#74637)
Add a new test for no-cpp-dep on AIX as it requires 64 bit OBJECT_MODE
since only 64-bit AIX is supported. AIX does not allow `-o /dev/null`
and requires `-lpthread` flag to be added.
---------
Co-authored-by: Mark Danial <mark.danial at ibm.com>
More information about the All-commits
mailing list