diff options
author | Drew Lewis <drew90@vt.edu> | 2025-04-07 15:23:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 12:23:10 -0700 |
commit | 27c099bc84d1432752b3828f1ba95de24db76c5e (patch) | |
tree | 3096aef5d7a711cb49cc70007635d89eac8bec07 | |
parent | 76fee8f4edf10fb39f0323171c060e97ec0005b0 (diff) | |
download | llvm-27c099bc84d1432752b3828f1ba95de24db76c5e.zip llvm-27c099bc84d1432752b3828f1ba95de24db76c5e.tar.gz llvm-27c099bc84d1432752b3828f1ba95de24db76c5e.tar.bz2 |
Move CodeGen cuda.h to Inputs from include (#134706)
Mirrors the behavior of CodeGenCUDA directory and the location of other
.h files in CodeGen.
-rw-r--r-- | clang/test/CodeGen/Inputs/cuda.h (renamed from clang/test/CodeGen/include/cuda.h) | 0 | ||||
-rw-r--r-- | clang/test/CodeGen/nvptx-surface.cu | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/include/cuda.h b/clang/test/CodeGen/Inputs/cuda.h index 5820244..5820244 100644 --- a/clang/test/CodeGen/include/cuda.h +++ b/clang/test/CodeGen/Inputs/cuda.h diff --git a/clang/test/CodeGen/nvptx-surface.cu b/clang/test/CodeGen/nvptx-surface.cu index cf1fe76..56995f2 100644 --- a/clang/test/CodeGen/nvptx-surface.cu +++ b/clang/test/CodeGen/nvptx-surface.cu @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -triple nvptx-unknown-unknown -fcuda-is-device -O3 -o - %s -emit-llvm | FileCheck %s // RUN: %clang_cc1 -triple nvptx64-unknown-unknown -fcuda-is-device -O3 -o - %s -emit-llvm | FileCheck %s -#include "include/cuda.h" +#include "Inputs/cuda.h" #include "__clang_cuda_texture_intrinsics.h" |