mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 03:50:33 +08:00
Try removing xfail and xtarget to see if this brings back a couple of bots.
llvm-svn: 138139
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null -g
|
||||
// XTARGET: darwin,linux
|
||||
// XFAIL: *
|
||||
|
||||
template <typename T1,typename T2>
|
||||
inline void f(const T1&,const T2&) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user