]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/dfsan/propagate.c
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / dfsan / propagate.c
index 733538cb109a49f93eb9cca8bd69825091b4c98c..c30a087d6636c39aa188c016699661cc8c27ac1d 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 computation and that union labels
 // are properly created.