|
3 | 3 | // RUN: -internal-isystem %S/../../lib/Headers/cuda_wrappers \ |
4 | 4 | // RUN: -internal-isystem %S/Inputs/include \ |
5 | 5 | // RUN: -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-unknown \ |
6 | | -// RUN: -target-cpu gfx906 -emit-llvm %s -fcuda-is-device -o - \ |
| 6 | +// RUN: -target-cpu gfx906 -emit-llvm %s -fno-rtti -fcuda-is-device -o - \ |
7 | 7 | // RUN: -D__HIPCC_RTC__ | FileCheck -check-prefixes=CHECK,NOMALLOC %s |
8 | 8 | // RUN: %clang_cc1 -include __clang_hip_runtime_wrapper.h \ |
9 | 9 | // RUN: -internal-isystem %S/../../lib/Headers/cuda_wrappers \ |
10 | 10 | // RUN: -internal-isystem %S/Inputs/include \ |
11 | 11 | // RUN: -include cmath \ |
12 | 12 | // RUN: -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-unknown \ |
13 | | -// RUN: -target-cpu gfx906 -emit-llvm %s -fcuda-is-device -o - \ |
| 13 | +// RUN: -target-cpu gfx906 -emit-llvm %s -fno-rtti -fcuda-is-device -o - \ |
14 | 14 | // RUN: -D__HIPCC_RTC__ | FileCheck %s -check-prefixes=AMD_BOOL_RETURN |
15 | 15 | // RUN: %clang_cc1 -include __clang_hip_runtime_wrapper.h \ |
16 | 16 | // RUN: -internal-isystem %S/../../lib/Headers/cuda_wrappers \ |
17 | 17 | // RUN: -internal-isystem %S/Inputs/include \ |
18 | 18 | // RUN: -include cmath \ |
19 | 19 | // RUN: -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-unknown \ |
20 | | -// RUN: -target-cpu gfx906 -emit-llvm %s -fcuda-is-device -o - \ |
| 20 | +// RUN: -target-cpu gfx906 -emit-llvm %s -fno-rtti -fcuda-is-device -o - \ |
21 | 21 | // RUN: -D__HIPCC_RTC__ -DUSE_ISNAN_WITH_INT_RETURN | FileCheck %s -check-prefixes=AMD_INT_RETURN |
22 | 22 | // RUN: %clang_cc1 -include __clang_hip_runtime_wrapper.h \ |
23 | 23 | // RUN: -internal-isystem %S/../../lib/Headers/cuda_wrappers \ |
24 | 24 | // RUN: -internal-isystem %S/Inputs/include \ |
25 | 25 | // RUN: -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-unknown \ |
26 | | -// RUN: -target-cpu gfx906 -emit-llvm %s -fcuda-is-device -o - \ |
| 26 | +// RUN: -target-cpu gfx906 -emit-llvm %s -fno-rtti -fcuda-is-device -o - \ |
27 | 27 | // RUN: -D__HIPCC_RTC__ -std=c++14 | FileCheck -check-prefixes=CHECK,CXX14 %s |
28 | 28 | // RUN: %clang_cc1 -include __clang_hip_runtime_wrapper.h \ |
29 | 29 | // RUN: -internal-isystem %S/../../lib/Headers/cuda_wrappers \ |
30 | 30 | // RUN: -internal-isystem %S/Inputs/include \ |
31 | 31 | // RUN: -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-unknown \ |
32 | | -// RUN: -target-cpu gfx906 -emit-llvm %s -fcuda-is-device -o - \ |
| 32 | +// RUN: -target-cpu gfx906 -emit-llvm %s -fno-rtti -fcuda-is-device -o - \ |
33 | 33 | // RUN: -DHIP_VERSION_MAJOR=4 -DHIP_VERSION_MINOR=5 \ |
34 | 34 | // RUN: -D__HIPCC_RTC__ -disable-llvm-passes | FileCheck -check-prefixes=MALLOC %s |
35 | 35 | // RUN: %clang_cc1 -include __clang_hip_runtime_wrapper.h \ |
36 | 36 | // RUN: -internal-isystem %S/../../lib/Headers/cuda_wrappers \ |
37 | 37 | // RUN: -internal-isystem %S/Inputs/include \ |
38 | 38 | // RUN: -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-unknown \ |
39 | | -// RUN: -target-cpu gfx906 -emit-llvm %s -fcuda-is-device -o - \ |
| 39 | +// RUN: -target-cpu gfx906 -emit-llvm %s -fno-rtti -fcuda-is-device -o - \ |
40 | 40 | // RUN: -DHIP_VERSION_MAJOR=4 -DHIP_VERSION_MINOR=5 \ |
41 | 41 | // RUN: -disable-llvm-passes | FileCheck -check-prefixes=MALLOC %s |
42 | 42 | // RUN: %clang_cc1 -include __clang_hip_runtime_wrapper.h \ |
43 | 43 | // RUN: -internal-isystem %S/../../lib/Headers/cuda_wrappers \ |
44 | 44 | // RUN: -internal-isystem %S/Inputs/include \ |
45 | 45 | // RUN: -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-unknown \ |
46 | | -// RUN: -target-cpu gfx906 -emit-llvm %s -fcuda-is-device -o - \ |
| 46 | +// RUN: -target-cpu gfx906 -emit-llvm %s -fno-rtti -fcuda-is-device -o - \ |
47 | 47 | // RUN: -DHIP_VERSION_MAJOR=4 -DHIP_VERSION_MINOR=5 \ |
48 | 48 | // RUN: -fsanitize=address -disable-llvm-passes -D__HIPCC_RTC__ \ |
49 | 49 | // RUN: | FileCheck -check-prefixes=MALLOC-ASAN %s |
|
0 commit comments