[all-commits] [llvm/llvm-project] 28d718: [OpenMP] Expand short verisions of OpenMP offloadi...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Jan 19 17:26:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28d718602ad2bddbfcb445fff46bcbbdd0788471
      https://github.com/llvm/llvm-project/commit/28d718602ad2bddbfcb445fff46bcbbdd0788471
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-01-19 (Wed, 19 Jan 2022)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    M clang/test/Driver/fat_archive_nvptx.cpp
    M openmp/libomptarget/DeviceRTL/CMakeLists.txt

  Log Message:
  -----------
  [OpenMP] Expand short verisions of OpenMP offloading triples

The OpenMP offloading libraries are built with fixed triples and linked
in during compile time. This would cause un-helpful errors if the user
passed in the wrong expansion of the triple used for the bitcode
library. because we only support these triples for OpenMP offloading we
can normalize them to the full verion used in the bitcode library.

Reviewed By: jdoerfert, JonChesterfield

Differential Revision: https://reviews.llvm.org/D117634




More information about the All-commits mailing list