[all-commits] [llvm/llvm-project] f557bb: [OpenMP][Docs] Remove usage of deprecated flag in ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Apr 21 15:51:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f557bb8733750deb79006a1579451523c8b78413
https://github.com/llvm/llvm-project/commit/f557bb8733750deb79006a1579451523c8b78413
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M openmp/docs/design/Runtimes.rst
Log Message:
-----------
[OpenMP][Docs] Remove usage of deprecated flag in documentation
Summary:
This documentation used the `-fopenmp-target-new-runtime` flag which is
deprecated and has no effect. Remove it.
Commit: 334899110639297d62618f2bb5f8da9c0c46698a
https://github.com/llvm/llvm-project/commit/334899110639297d62618f2bb5f8da9c0c46698a
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M clang/lib/Driver/Driver.cpp
Log Message:
-----------
[OpenMP] Properly guard linker input using the new driver
Summary:
A new offloading action builder line was added that wasn't guarded with
the new driver for OpenMP. This doesn't affect anything now but could
potentially cause problems.
Compare: https://github.com/llvm/llvm-project/compare/b8786413d800...334899110639
More information about the All-commits
mailing list