https://github.com/jakeegan closed
https://github.com/llvm/llvm-project/pull/88545
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/daltenty approved this pull request.
LGTM, thanks!
https://github.com/llvm/llvm-project/pull/88545
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/jakeegan updated
https://github.com/llvm/llvm-project/pull/88545
>From 4be38409fa322765c21a94759a78a23700e1a54d Mon Sep 17 00:00:00 2001
From: Jake Egan
Date: Fri, 12 Apr 2024 11:36:25 -0400
Subject: [PATCH 1/2] [clang][AIX] set OpenMP include path
---
clang/lib/Driver/Tool
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 01d9528ef989610e968386ea1f270698015d2410
4be38409fa322765c21a94759a78a23700e1a54d --
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
@llvm/pr-subscribers-clang-driver
Author: Jake Egan (jakeegan)
Changes
Add include directory for omp.h at `/opt/IBM/openxlCSDK/include/openmp`.
---
Full diff: https://github.com/llvm/llvm-project/pull/88545.diff
3 Files Affected:
- (m
https://github.com/jakeegan created
https://github.com/llvm/llvm-project/pull/88545
Add include directory for omp.h at `/opt/IBM/openxlCSDK/include/openmp`.
>From 4be38409fa322765c21a94759a78a23700e1a54d Mon Sep 17 00:00:00 2001
From: Jake Egan
Date: Fri, 12 Apr 2024 11:36:25 -0400
Subject: [P