This also makes it support debugging executables built with lld. Initial patch done by Bigcheese. This is only a revised patch to have the functionality in the Writer. llvm-svn: 191032
6 lines
45 B
C
6 lines
45 B
C
int adena();
|
|
|
|
int main() {
|
|
return adena();
|
|
}
|