]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/dfsan/lit.cfg
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / dfsan / lit.cfg
index d4adb9a5110a451d954c0607e2a76c34951ff0ac..e4d4e8f57af9502a3908aef5fe89563dae285496 100644 (file)
@@ -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):