OSDN Git Service

[dsymutil] Emit label at the begin of a CU
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 6 Jul 2018 12:49:54 +0000 (12:49 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 6 Jul 2018 12:49:54 +0000 (12:49 +0000)
commit55b2eb047f3c8837d14f5e6765dc515c41bdef10
treea2fb0d95f895865fce481c0430cb301030cd3c76
parentd1a03350b87964aea895a1bbb60a69678eca1fbb
[dsymutil] Emit label at the begin of a CU

When emitting a CU, store the MCSymbol pointing to the beginning of the
CU. We'll need this information later when emitting the .debug_names
section (DWARF5 accelerator table).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336433 91177308-0d34-0410-b5e6-96231b3b80d8
tools/dsymutil/CompileUnit.h
tools/dsymutil/DwarfStreamer.cpp