diff options
Diffstat (limited to 'compiler-rt/lib/dfsan/lit_tests/basic.c')
| -rw-r--r-- | compiler-rt/lib/dfsan/lit_tests/basic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/dfsan/lit_tests/basic.c b/compiler-rt/lib/dfsan/lit_tests/basic.c index de11bd186e9..b566c9271d0 100644 --- a/compiler-rt/lib/dfsan/lit_tests/basic.c +++ b/compiler-rt/lib/dfsan/lit_tests/basic.c @@ -1,4 +1,5 @@ // RUN: %clang_dfsan -m64 %s -o %t && %t +// RUN: %clang_dfsan -mllvm -dfsan-args-abi -m64 %s -o %t && %t // Tests that labels are propagated through loads and stores. |

