[all-commits] [llvm/llvm-project] 0a11a1: [OpenMP] Fix a test that fails when 'libgomp' is t...

Dmitri Gribenko via All-commits all-commits at lists.llvm.org
Thu Jan 12 00:55:20 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a11a1b1868dd2ab183c4313ccbfbe126e91ca08
      https://github.com/llvm/llvm-project/commit/0a11a1b1868dd2ab183c4313ccbfbe126e91ca08
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M clang/test/Driver/openmp-system-arch.c

  Log Message:
  -----------
  [OpenMP] Fix a test that fails when 'libgomp' is the default library

We can't do offloading with libgomp, thus the test fails. This change
explicitly chooses an OpenMP runtime library that is capable of
offloading.

This change is similar to
https://github.com/llvm/llvm-project/commit/a5098e5f27badc3ba16533418accd2e17641e4e4.




More information about the All-commits mailing list