1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/AsmParser
Alexey Bataev 95dd3b8ace [DEBUGINFO] Disable emission of the dwarf sections, but allow directives.
Summary:
Added an option that allows to emit only '.loc' and '.file' kind debug
directives, but disables emission of the DWARF sections. Required for
NVPTX target to support profiling. It requires '.loc' and '.file'
directives, but does not require any DWARF sections for the profiler.

Reviewers: probinson, echristo, dblaikie

Subscribers: aprantl, JDevlieghere, llvm-commits

Differential Revision: https://reviews.llvm.org/D46021

llvm-svn: 338616
2018-08-01 19:38:20 +00:00
..
CMakeLists.txt
LLLexer.cpp [DEBUGINFO] Disable emission of the dwarf sections, but allow directives. 2018-08-01 19:38:20 +00:00
LLLexer.h [AsmParser] Fix inconsistent declaration parameter name 2018-07-12 02:03:53 +00:00
LLParser.cpp Remove trailing space 2018-07-30 19:41:25 +00:00
LLParser.h [AsmParser] Fix inconsistent declaration parameter name 2018-07-12 02:03:53 +00:00
LLToken.h [ThinLTO] Parse module summary index from assembly 2018-06-26 13:56:49 +00:00
LLVMBuild.txt
Parser.cpp [ThinLTO] Parse module summary index from assembly 2018-06-26 13:56:49 +00:00