mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
5c7418b2ee
llvm-svn: 202091
11 lines
202 B
C++
11 lines
202 B
C++
struct foo {
|
|
};
|
|
|
|
foo f;
|
|
|
|
// Built with GCC
|
|
// $ mkdir -p /tmp/dbginfo
|
|
// $ cp dwarfdump-line-dwo.cc /tmp/dbginfo
|
|
// $ cd /tmp/dbginfo
|
|
// $ g++ -c -fdebug-types-section dwarfdump-line-dwo.cc -o <output>
|