Skip to content

Commit 27c099b

Browse files
authored
Move CodeGen cuda.h to Inputs from include (llvm#134706)
Mirrors the behavior of CodeGenCUDA directory and the location of other .h files in CodeGen.
1 parent 76fee8f commit 27c099b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

clang/test/CodeGen/nvptx-surface.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clang_cc1 -triple nvptx-unknown-unknown -fcuda-is-device -O3 -o - %s -emit-llvm | FileCheck %s
22
// RUN: %clang_cc1 -triple nvptx64-unknown-unknown -fcuda-is-device -O3 -o - %s -emit-llvm | FileCheck %s
3-
#include "include/cuda.h"
3+
#include "Inputs/cuda.h"
44

55
#include "__clang_cuda_texture_intrinsics.h"
66

0 commit comments

Comments
 (0)