[all-commits] [llvm/llvm-project] aa440a: [flang][Driver] Support -pthread in the frontend (...
Tarun Prabhu via All-commits
all-commits at lists.llvm.org
Tue Jan 16 07:25:48 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa440aae36474525211d02bbc0d120cc90c91cbf
https://github.com/llvm/llvm-project/commit/aa440aae36474525211d02bbc0d120cc90c91cbf
Author: Tarun Prabhu <tarun at lanl.gov>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M clang/include/clang/Driver/Options.td
M flang/test/Driver/driver-help-hidden.f90
M flang/test/Driver/driver-help.f90
A flang/test/Driver/pthread.f90
Log Message:
-----------
[flang][Driver] Support -pthread in the frontend (#77360)
The -pthread option seems to be extensively tested for various platforms by
clang. Since flang uses those parts of the clang driver, the only test added
is to ensure that the option is recognized by the frontend.
More information about the All-commits
mailing list