[flang-commits] [flang] [flang] add no-cpp-dep test for AIX 64 bit (PR #74637)
via flang-commits
flang-commits at lists.llvm.org
Tue Dec 19 19:10:59 PST 2023
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 31aebdd8919b7bef4bbfe1d7988708215a8b953f 053a4f155a64556cb1aabe76cdf4f97c65dc43ed -- flang/test/Runtime/no-cpp-dep.c
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/flang/test/Runtime/no-cpp-dep.c b/flang/test/Runtime/no-cpp-dep.c
index ef795e16a8..a199dd73a0 100644
--- a/flang/test/Runtime/no-cpp-dep.c
+++ b/flang/test/Runtime/no-cpp-dep.c
@@ -6,8 +6,8 @@ a C compiler.
REQUIRES: c-compiler
RUN: %if system-aix %{ export OBJECT_MODE=64 %}
-RUN: %cc -std=c99 %s -I%include %libruntime %libdecimal -lm %if system-aix %{ -lpthread %}
-RUN: rm a.out
+RUN: %cc -std=c99 %s -I%include %libruntime %libdecimal -lm %if system-aix %{
+-lpthread %} RUN: rm a.out
*/
#include "flang/Runtime/entry-names.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/74637
More information about the flang-commits
mailing list