[all-commits] [llvm/llvm-project] cd4a4a: [OpenMP] Fixing OpenMP/driver.c failing on 32-bit ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Oct 21 14:02:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cd4a4ae97a7ccfa381e06936cd0981cb7d978ec1
https://github.com/llvm/llvm-project/commit/cd4a4ae97a7ccfa381e06936cd0981cb7d978ec1
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2020-10-21 (Wed, 21 Oct 2020)
Changed paths:
M clang/test/OpenMP/driver-openmp-target.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: daltenty
Differential Revision: https://reviews.llvm.org/D89904
More information about the All-commits
mailing list