Add "REQUIRES: native" to test.
authorDouglas Yung <douglas.yung@sony.com>
Wed, 27 Oct 2021 17:49:52 +0000 (10:49 -0700)
committerDouglas Yung <douglas.yung@sony.com>
Wed, 27 Oct 2021 18:06:13 +0000 (11:06 -0700)
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.

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

index 4cf3d7f..24480cd 100644 (file)
@@ -2,6 +2,7 @@
 // RUN: mkdir %t
 // RUN: %clang -fblocks %s -o %t/a.out -g -Xclang -gsimple-template-names=mangled -Xclang -debug-forward-template-params 
 // RUN: llvm-dwarfdump %t/a.out --verify
+// REQUIRES: native
 template<typename ...Ts>
 struct t1 {
 };