mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
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>
|