You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have InlinerPass enabled at O3, which inlines callee(foo)'s llvm.frameaddress. The different behaviors at O2 and O3 affects IBM OpenXL C/C++ compiler when compiling and running compiler-rt/test/asan/TestCases/Posix/stack-overflow.cpp.