Skip to content
Snippets Groups Projects
Commit fff2c0f0 authored by Douglas Yung's avatar Douglas Yung
Browse files

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.
parent 6503a685
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment