This is a test update for the clang change in https://reviews.llvm.org/D40940
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
If the answer to my question is "no, it'll just work," LGTM. Thanks!
test/ubsan/TestCases/Misc/bounds.cpp | ||
---|---|---|
9 | Do we need extra RUN: lines/CHECK prefixes for these? I thought ubsan runtime errors terminated the program. |
test/ubsan/TestCases/Misc/bounds.cpp | ||
---|---|---|
9 | We don't -- this test doesn't use ubsan's trapping mode. I'll try not to fat-finger the command to generate diff context next time -- this would've been clearer with the compile line present. |
Do we need extra RUN: lines/CHECK prefixes for these? I thought ubsan runtime errors terminated the program.