diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2013-08-14 18:54:06 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2013-08-14 18:54:06 +0000 |
| commit | 0e51eda83bcb23fdd0f6509d2a80a4851fa3404c (patch) | |
| tree | eb43880c927d87b64bf5dfdc12470e736c26e053 /compiler-rt/lib/dfsan/lit_tests/basic.c | |
| parent | a97e4d13760974fbdf4fb7adf439f4174dab7b8d (diff) | |
| download | bcm5719-llvm-0e51eda83bcb23fdd0f6509d2a80a4851fa3404c.tar.gz bcm5719-llvm-0e51eda83bcb23fdd0f6509d2a80a4851fa3404c.zip | |
[dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI.
Differential Revision: http://llvm-reviews.chandlerc.com/D1351
llvm-svn: 188401
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. |

