AM
To: llvm-bugs@lists.llvm.org
Subject: [llvm-bugs] Question about debug symbol
Hello LLVM admins,
I'm jinmoo seok, live in seout, Korea.
i have some problem about debug symbol.
i want to how to solve this problem, so i email you.
source code is :
#include
int main() {
std::cout <
Hello LLVM admins,
I'm jinmoo seok, live in seout, Korea.
i have some problem about debug symbol.
i want to how to solve this problem, so i email you.
source code is :
#include
int main() {
std::cout << "hello world" << std::endl;
return 0;
}
this is simple source.
but when i build