[all-commits] [llvm/llvm-project] 6d2f57: [FLANG] allow -fopenmp= (#86816)
Mats Petersson via All-commits
all-commits at lists.llvm.org
Fri Apr 5 05:49:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d2f57d2c4053af8f0c730bbfed141949149604c
https://github.com/llvm/llvm-project/commit/6d2f57d2c4053af8f0c730bbfed141949149604c
Author: Mats Petersson <mats.petersson at arm.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Flang.cpp
A flang/test/Driver/fopenmp.f90
M flang/test/Driver/omp-driver-offload.f90
Log Message:
-----------
[FLANG] allow -fopenmp= (#86816)
This enables the -fopenmp=<library> option to the set of options
supported by flang.
The generated arguments for the FC1 compilation will appear in a
slightly different order, so one test had to be updated to be less
sensitive to order of the arguments.
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