forked from OSchip/llvm-project
[Coverage] Specify the Itanium ABI triple for a C++ test
llvm-svn: 347804
This commit is contained in:
parent
7225a26176
commit
83db1d219e
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -std=c++17 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name default-method.cpp -w %s | FileCheck %s -implicit-check-not="->"
|
||||
// RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++17 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name default-method.cpp -w %s | FileCheck %s -implicit-check-not="->"
|
||||
|
||||
namespace PR39822 {
|
||||
struct unique_ptr {
|
||||
|
|
Loading…
Reference in New Issue