Skip to content

Commit fff2c0f

Browse files
committed
Add "REQUIRES: native" to test.
This test was failing on the PS4 bot because the test attempts to link, but the PS4 platform requires an external linker that is not present, causing the test to fail. This should get the PS4 bot green again.
1 parent 6503a68 commit fff2c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: mkdir %t
33
// RUN: %clang -fblocks %s -o %t/a.out -g -Xclang -gsimple-template-names=mangled -Xclang -debug-forward-template-params
44
// RUN: llvm-dwarfdump %t/a.out --verify
5+
// REQUIRES: native
56
template<typename ...Ts>
67
struct t1 {
78
};

0 commit comments

Comments
 (0)