[all-commits] [llvm/llvm-project] 24df30: [OpenMP] Fixing OpenMP/driver.c failing on 32-bit ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Oct 19 10:42:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 24df30efda6169915bc75bbf78d4c7f65d5f57e2
      https://github.com/llvm/llvm-project/commit/24df30efda6169915bc75bbf78d4c7f65d5f57e2
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    A clang/test/OpenMP/driver-openmp-target.c
    M clang/test/OpenMP/driver.c
    M clang/test/lit.cfg.py

  Log Message:
  -----------
  [OpenMP] Fixing OpenMP/driver.c failing on 32-bit hosts

The changes made in D88594 caused the test OpenMP/driver.c to fail on a 32-bit host becuase it was offloading to a 64-bit architecture by default. The offloading test was moved to a new file and a feature was added to the lit config to check for a 64-bit host.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list