bolt/deps/llvm-18.1.8/clang/test/CodeGen/debug-nvptx.c

7 lines
183 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -triple nvptx-unknown-unknown -S -o - -debug-info-kind=limited %s -emit-llvm | FileCheck %s
// CHECK: DICompileUnit({{.*}}, nameTableKind: None
void f1(void) {
}