
This patch adds support for shared library load when the executable is called through ld.so. Differential Revision:https://reviews.llvm.org/D108061
7 lines
86 B
C++
7 lines
86 B
C++
#include "signal_file.h"
|
|
|
|
int main() {
|
|
// Break here
|
|
return get_signal_crash();
|
|
}
|