[all-commits] [llvm/llvm-project] a9935b: [openmp] Unconditionally set march commandline arg...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jan 19 11:15:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9935b5db706c89182fa3a3e10f30237fb6c4ec5
https://github.com/llvm/llvm-project/commit/a9935b5db706c89182fa3a3e10f30237fb6c4ec5
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
Log Message:
-----------
[openmp] Unconditionally set march commandline argument
Extracted from D117246. This reflects the march value used by the
compile back into the toolchain arguments, letting downstream processes
such as LTO rely on it being present. Subsequent patches should also be able
to remove the two other calls to checkSystemForAMDGPU.
Reviewed By: jonchesterfield
Differential Revision: https://reviews.llvm.org/D117706
More information about the All-commits
mailing list