aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-06-22 23:34:38 +0200
committerNikita Popov <nikita.ppv@gmail.com>2021-06-23 12:07:44 +0200
commit3ee6f1a4fa83fa1e737324e77c27d3cc967d36bc (patch)
treeb93aa0450267deb7bac171fa32a23f86700797be /lldb/source/Commands/CommandObjectBreakpoint.cpp
parentf0d43a29e30da8f2758e17e1c242917288ab9a0b (diff)
downloadllvm-3ee6f1a4fa83fa1e737324e77c27d3cc967d36bc.zip
llvm-3ee6f1a4fa83fa1e737324e77c27d3cc967d36bc.tar.gz
llvm-3ee6f1a4fa83fa1e737324e77c27d3cc967d36bc.tar.bz2
[LLParser] Remove special handling for call address space
Spin-off from D104740: I don't think this special handling is needed anymore. Calls in textual IR are annotated with addrspace(N) (which defaults to the program address space from data layout) and specifies the expected pointer address space of the callee. There is no need to special-case the program address space on top of that, as it already is the default expected address space, and we shouldn't allow use of the program address space if the call was explicitly annotated with some other address space. The IsCall parameter is retained because it will be used again soon. Differential Revision: https://reviews.llvm.org/D104752
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
0 files changed, 0 insertions, 0 deletions