mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 22:38:56 -04:00

This fixes a bug in -gmodules DWARF handling when debugging without a .dSYM bundle that was particularly noticable when debugging LLVM itself. Debugging without clang modules and DWO handling should be unaffected by this patch. <rdar://problem/32436209> llvm-svn: 321802
7 lines
96 B
C++
7 lines
96 B
C++
#include "a.h"
|
|
#include "memory.h"
|
|
|
|
class Module {
|
|
my_std::unique_ptr<MemoryBuffer> MBptr;
|
|
};
|