[all-commits] [llvm/llvm-project] 4d9f85: CUDA/HIP: Change device-use-host-var.cu's NOT "ext...
Konstantin Zhuravlyov via All-commits
all-commits at lists.llvm.org
Fri Jun 4 10:10:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d9f8527dbfbc998baf35eec868c9dec1f8d1224
https://github.com/llvm/llvm-project/commit/4d9f8527dbfbc998baf35eec868c9dec1f8d1224
Author: Konstantin Zhuravlyov <kzhuravl_dev at outlook.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M clang/test/CodeGenCUDA/device-use-host-var.cu
Log Message:
-----------
CUDA/HIP: Change device-use-host-var.cu's NOT "external" check to include variable name
Otherwise it is causing one of our build jobs to fail,
it is using "external" as directory, and NOT is
failing because "external" is found in ModuleID.
Differential Revision: https://reviews.llvm.org/D103658
More information about the All-commits
mailing list