corresponding compiler-rt patch: http://reviews.llvm.org/D6437
clang patch: http://reviews.llvm.org/D6147
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | ||
---|---|---|
438 ↗ | (On Diff #16757) | This should do something sensible if the target is unsupported, maybe call report_fatal_error? |
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | ||
---|---|---|
438 ↗ | (On Diff #16757) | Yes, the pass could be used from opt or other frontends and it shouldn't crash in those cases. |
Comment Actions
FYI, I needed to fix a test failure in r223536. Please make sure to test your changes before sending them for review.
Comment Actions
Sorry, I just ran the compiler-rt tests suite.
Next time I will also run the clang/llvm tests also.