aboutsummaryrefslogtreecommitdiff
path: root/test/dfsan/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/dfsan/lit.cfg')
-rw-r--r--test/dfsan/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dfsan/lit.cfg b/test/dfsan/lit.cfg
index d4adb9a5110a..e4d4e8f57af9 100644
--- a/test/dfsan/lit.cfg
+++ b/test/dfsan/lit.cfg
@@ -9,7 +9,7 @@ config.name = 'DataFlowSanitizer'
config.test_source_root = os.path.dirname(__file__)
# Setup default compiler flags used with -fsanitize=dataflow option.
-clang_dfsan_cflags = ["-fsanitize=dataflow"]
+clang_dfsan_cflags = ["-fsanitize=dataflow", "-m64"]
clang_dfsan_cxxflags = config.cxx_mode_flags + clang_dfsan_cflags
def build_invocation(compile_flags):