We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3329dae commit 50de659Copy full SHA for 50de659
clang/test/CodeGen/debug-info-alias.c
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -target x86_64-unknown-linux-gnu -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -triple x86_64-unknown-linux-gnu -o - | FileCheck %s
2
3
// CHECK-DAG: [[ENTITY1:![0-9]+]] = distinct !DIGlobalVariable(name: "aliased_global"
4
// CHECK-DAG: [[ENTITY2:![0-9]+]] = distinct !DIGlobalVariable(name: "aliased_global_2"
0 commit comments