Re: [llvm-bugs] Question about debug symbol

2016-10-24 Thread Robinson, Paul via llvm-bugs
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 <

[llvm-bugs] Question about debug symbol

2016-10-17 Thread 석진무 via llvm-bugs
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