7 lines · plain
1// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -fsanitize=address -fcuda-is-device \2// RUN: -emit-llvm -cuid=abcd -o - %s | FileCheck %s3 4#include "Inputs/cuda.h"5 6// CHECK: @__hip_cuid_{{.*}} = {{.*}} no_sanitize_address7 1// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -fsanitize=address -fcuda-is-device \2// RUN: -emit-llvm -cuid=abcd -o - %s | FileCheck %s3 4#include "Inputs/cuda.h"5 6// CHECK: @__hip_cuid_{{.*}} = {{.*}} no_sanitize_address7