Displaying 1 result from an estimated 1 matches for "handlemissingreturnimpl".
2014 Oct 09
4
[LLVMdev] Remaining Compiler-RT failures in ARM
...ime error: execution reached the end of a value-returning function
without returning a value
#0 0x1c7cf in f()
.../compiler-rt/test/ubsan/TestCases/Misc/missing_return.cpp:6:9
#1 0x195cf in __ubsan::ScopedReport::~ScopedReport()
.../compiler-rt/lib/ubsan/ubsan_diag.cc:341
#2 0x1ae79 in handleMissingReturnImpl(__ubsan::UnreachableData*,
__ubsan::ReportOptions) [clone .constprop.7]
.../compiler-rt/lib/ubsan/ubsan_handlers.cc:254
#3 0x1b31f in __ubsan_handle_missing_return
.../compiler-rt/lib/ubsan/ubsan_handlers.cc:259
Maybe the stack is not deep enough? Is it really necessary to get for
main in the...