diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-09 22:48:04 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-09 22:48:04 +0000 |
commit | b407bb2789e0c1daea1b7d7e896e6a600e408cf0 (patch) | |
tree | 09e0236b8025e8957d327e2c1e24175f4dcacb6d /llvm/docs/SourceLevelDebugging.rst | |
parent | d4a912fefddfe8e9139f1a3163db8c69d81dbd92 (diff) | |
download | bcm5719-llvm-b407bb2789e0c1daea1b7d7e896e6a600e408cf0.tar.gz bcm5719-llvm-b407bb2789e0c1daea1b7d7e896e6a600e408cf0.zip |
DebugInfo: Remove DW_TAG_constant
Remove handling for DW_TAG_constant. We started producing it in
r110656, but reverted that in r110876 without dropping the support.
Finish the job.
llvm-svn: 228623
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 3a5fa6ef24b..350604c4f7d 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -1807,7 +1807,6 @@ tag is one of: * DW_TAG_subrange_type * DW_TAG_base_type * DW_TAG_const_type -* DW_TAG_constant * DW_TAG_file_type * DW_TAG_namelist * DW_TAG_packed_type |