File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1728
1728
"script" : " tools/build.py" ,
1729
1729
"arguments" : [
1730
1730
" --sanitizer=asan" ,
1731
+ " runtime" ,
1731
1732
" runtime_precompiled"
1732
1733
]
1733
1734
},
1761
1762
"script" : " tools/build.py" ,
1762
1763
"arguments" : [
1763
1764
" --sanitizer=lsan" ,
1765
+ " runtime" ,
1764
1766
" runtime_precompiled"
1765
1767
]
1766
1768
},
1794
1796
"script" : " tools/build.py" ,
1795
1797
"arguments" : [
1796
1798
" --sanitizer=msan" ,
1799
+ " runtime" ,
1797
1800
" runtime_precompiled"
1798
1801
]
1799
1802
},
1827
1830
"script" : " tools/build.py" ,
1828
1831
"arguments" : [
1829
1832
" --sanitizer=tsan" ,
1833
+ " runtime" ,
1830
1834
" runtime_precompiled"
1831
1835
]
1832
1836
},
1861
1865
"script" : " tools/build.py" ,
1862
1866
"arguments" : [
1863
1867
" --sanitizer=ubsan" ,
1868
+ " runtime" ,
1864
1869
" runtime_precompiled"
1865
1870
]
1866
1871
},
You can’t perform that action at this time.
0 commit comments