[all-commits] [llvm/llvm-project] a0e807: [OpenMP][NFC] Simplify identifying the device bitc...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Sat Feb 12 11:56:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0e8077d285ad35578677e3e03375cb9f1208e36
https://github.com/llvm/llvm-project/commit/a0e8077d285ad35578677e3e03375cb9f1208e36
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-02-12 (Sat, 12 Feb 2022)
Changed paths:
M clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Cuda.cpp
Log Message:
-----------
[OpenMP][NFC] Simplify identifying the device bitcode library
Now that the old device runtime has been deleted there is only a single
target that differs by the triple and the architecture. Simplify the
scheme for identifying the library but directly using the triple.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D119638
More information about the All-commits
mailing list