[flang] [clang] [flang] Fix fveclib on Darwin (PR #77605)

2024-01-10 Thread Tom Eccles via cfe-commits
https://github.com/tblah approved this pull request. Makes sense. For reference, here I was trying to reproduce the logic from https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChains/Clang.cpp#L5364 and https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChai

[flang] [clang] [flang] Fix fveclib on Darwin (PR #77605)

2024-01-10 Thread Leandro Lupori via cfe-commits
https://github.com/luporl updated https://github.com/llvm/llvm-project/pull/77605 >From 3e165d363b6211e4625056671d548037533ed819 Mon Sep 17 00:00:00 2001 From: Leandro Lupori Date: Wed, 10 Jan 2024 10:24:52 -0300 Subject: [PATCH 1/2] [flang] Fix fveclib on Darwin Fixes fveclib.f90 and fveclib-

[clang] [flang] Fix fveclib on Darwin (PR #77605)

2024-01-10 Thread Kiran Chandramohan via cfe-commits
https://github.com/kiranchandramohan approved this pull request. LG. Please add a test if possible. Assuming the issue was that the Argument was not `rendered` if it is `veclib`. https://github.com/llvm/llvm-project/pull/77605 ___ cfe-commits mailing

[clang] [flang] Fix fveclib on Darwin (PR #77605)

2024-01-10 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Leandro Lupori (luporl) Changes Fixes fveclib.f90 and fveclib-codegen.f90 tests, that were failing on Darwin. --- Full diff: https://github.com/llvm/llvm-project/pull/77605.diff 1 Files Affected: - (modified) clang/lib/Driver/To

[clang] [flang] Fix fveclib on Darwin (PR #77605)

2024-01-10 Thread Leandro Lupori via cfe-commits
https://github.com/luporl created https://github.com/llvm/llvm-project/pull/77605 Fixes fveclib.f90 and fveclib-codegen.f90 tests, that were failing on Darwin. >From 3e165d363b6211e4625056671d548037533ed819 Mon Sep 17 00:00:00 2001 From: Leandro Lupori Date: Wed, 10 Jan 2024 10:24:52 -0300 Su