X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Fcompiler-rt%2Ftest%2Fdfsan%2Fpropagate.c;h=c30a087d6636c39aa188c016699661cc8c27ac1d;hb=92a42be040f16457c75b14472f3b63228e7cf6fa;hp=733538cb109a49f93eb9cca8bd69825091b4c98c;hpb=b039eaaf8ae75fd8307e115bc1e75e5868f78fbc;p=rustc.git diff --git a/src/compiler-rt/test/dfsan/propagate.c b/src/compiler-rt/test/dfsan/propagate.c index 733538cb10..c30a087d66 100644 --- a/src/compiler-rt/test/dfsan/propagate.c +++ b/src/compiler-rt/test/dfsan/propagate.c @@ -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.