forked from OSchip/llvm-project
[test] Add -triple x86_64 to attr-retain.cpp
This commit is contained in:
parent
ac473bb2b2
commit
2e2ee4300d
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -emit-llvm -triple %itanium_abi_triple -Werror %s -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -emit-llvm -triple x86_64 -Werror %s -o - | FileCheck %s
|
||||
|
||||
// CHECK: @llvm.used = appending global [7 x i8*]
|
||||
// CHECK-SAME: @_ZN2X0C2Ev
|
||||
|
|
Loading…
Reference in New Issue