File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
clang/test/DebugInfo/KeyInstructions Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- // RUN: %clang -gkey-instructions -x c++ %s -gmlt -gcolumn- info -S -emit-llvm -o - -Wno-unused-variable \
1+ // RUN: %clang_cc1 -gkey-instructions -x c++ %s -debug- info-kind=line-tables-only -emit-llvm -o - \
22// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
33
4- // RUN: %clang -gkey-instructions -x c %s -gmlt -gcolumn- info -S -emit-llvm -o - -Wno-unused-variable \
4+ // RUN: %clang_cc1 -gkey-instructions -x c %s -debug- info-kind=line-tables-only -emit-llvm -o - \
55// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
66
77unsigned long long g ;
Original file line number Diff line number Diff line change 1- // RUN: %clang -gkey-instructions -x c++ %s -gmlt -gcolumn- info -S -emit-llvm -o - -Wno-unused-variable \
1+ // RUN: %clang_cc1 -gkey-instructions -x c++ %s -debug- info-kind=line-tables-only -emit-llvm -o - \
22// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
33
4- // RUN: %clang -gkey-instructions -x c %s -gmlt -gcolumn- info -S -emit-llvm -o - -Wno-unused-variable \
4+ // RUN: %clang_cc1 -gkey-instructions -x c %s -debug- info-kind=line-tables-only -emit-llvm -o - \
55// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
66
77unsigned long long g ;
You can’t perform that action at this time.
0 commit comments