]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/dfsan/fncall.c
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / dfsan / fncall.c
index e780f3145e870a88c9ecf1cb52b376373ea6d5b9..458fba66dbbe616c14fb2463f7cff0c0a3864a64 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_dfsan -m64 %s -o %t && %run %t
-// RUN: %clang_dfsan -mllvm -dfsan-args-abi -m64 %s -o %t && %run %t
+// RUN: %clang_dfsan %s -o %t && %run %t
+// RUN: %clang_dfsan -mllvm -dfsan-args-abi %s -o %t && %run %t
 
 // Tests that labels are propagated through function calls.