File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 142142 sanitize = {
143143 Address = " -fsanitize=address" ,
144144 Thread = " -fsanitize=thread" ,
145- Undefined = " -fsanitize=undefined" ,
145+ UndefinedBehavior = " -fsanitize=undefined" ,
146146 },
147147 visibility = {
148148 Default = " -fvisibility=default" ,
Original file line number Diff line number Diff line change 146146
147147 -- UBSan
148148 function suite .cxxflags_onSanitizeUndefined ()
149- sanitize { " Undefined " }
149+ sanitize { " UndefinedBehavior " }
150150 prepare ()
151151 test .contains ({ " -fsanitize=undefined" }, clang .getcxxflags (cfg ))
152152 test .contains ({ " -fsanitize=undefined" }, clang .getcflags (cfg ))
Original file line number Diff line number Diff line change 403403
404404 -- UBSan
405405 function suite .cxxflags_onSanitizeUndefined ()
406- sanitize { " Undefined " }
406+ sanitize { " UndefinedBehavior " }
407407 prepare ()
408408 test .contains ({ " -fsanitize=undefined" }, gcc .getcxxflags (cfg ))
409409 test .contains ({ " -fsanitize=undefined" }, gcc .getcflags (cfg ))
You can’t perform that action at this time.
0 commit comments