aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorArtur Pilipenko <apilipenko@azulsystems.com>2015-08-03 14:31:49 +0000
committerArtur Pilipenko <apilipenko@azulsystems.com>2015-08-03 14:31:49 +0000
commit17376c4e021b4357ae44c300c7316a53a1fab651 (patch)
treea66160d5d4e51ed12ee002dd8ad83d47ee4eb366 /llvm/lib/CodeGen/LiveDebugVariables.cpp
parent8567a000b9a554ff6eed3dc31af60b37e041e5f8 (diff)
downloadllvm-17376c4e021b4357ae44c300c7316a53a1fab651.zip
llvm-17376c4e021b4357ae44c300c7316a53a1fab651.tar.gz
llvm-17376c4e021b4357ae44c300c7316a53a1fab651.tar.bz2
Currently string attributes on function arguments/return values can be generated using LLVM API. However they are not supported in parser. So, the following scenario will fail:
* generate function with string attribute using API, * dump it in LL format, * try to parse. Add parser support for string attributes to fix the issue. Reviewed By: reames, hfinkel Differential Revision: http://reviews.llvm.org/D11058 llvm-svn: 243877
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions