MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is
[oota-llvm.git] / test / FrontendC++ / 2009-03-17-dbg.cpp
index f4ab6a42b62d84ded5ef1fbd1f33dc7809b0f600..6708e12f9b935b34c717cb500f66b4b8f6636947 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
+// RUN: %llvmgxx -S %s -o /dev/null -g
+// XTARGET: darwin,linux
 // XFAIL: *
 template <typename T1,typename T2>
 inline void f(const T1&,const T2&) { }