[all-commits] [llvm/llvm-project] 5df492: [OpenMP] Fix --libomptarget-nvptx-bc-path in tests

Joel E. Denny via All-commits all-commits at lists.llvm.org
Thu Jun 8 12:10:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5df492302e260fa2ce8e2b7f28cf5a48902b7f8a
      https://github.com/llvm/llvm-project/commit/5df492302e260fa2ce8e2b7f28cf5a48902b7f8a
  Author: Joel E. Denny <jdenny.ornl at gmail.com>
  Date:   2023-06-08 (Thu, 08 Jun 2023)

  Changed paths:
    M openmp/libomptarget/test/lit.cfg

  Log Message:
  -----------
  [OpenMP] Fix --libomptarget-nvptx-bc-path in tests

After D151324, which landed as 349c0aacb380, many libomptarget non-LTO
nvptx64 tests fail with errors like:

```
clang: error: bitcode library '/tmp/llvm-project/build/runtimes/runtimes-bins/openmp/libomptarget/libomptarget-nvptx-sm_70.bc' does not exist
```

This patch updates the bc path.

Reviewed By: jhuber6

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




More information about the All-commits mailing list