aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/ScriptInterpreter.cpp
diff options
context:
space:
mode:
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>2024-06-28 15:40:55 +0800
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>2024-06-28 16:12:50 +0800
commit76864e6af134aa240069d42ba15e0b89fd7d6b4c (patch)
tree2fb30113420de48eee63d408555eaf44a8aed5f4 /lldb/source/Interpreter/ScriptInterpreter.cpp
parent7934fcef26c2e5e7d451bb9c36b5a344b342a015 (diff)
downloadllvm-76864e6af134aa240069d42ba15e0b89fd7d6b4c.zip
llvm-76864e6af134aa240069d42ba15e0b89fd7d6b4c.tar.gz
llvm-76864e6af134aa240069d42ba15e0b89fd7d6b4c.tar.bz2
[C++20] [Modules] Don't find module for linkage for decls in global
module Possibly fix https://github.com/llvm/llvm-project/issues/96693 The direct reason is that we are calculating the linkage for the declaration too early so that the linkage got calculated incorrectly. And after I look into the problem, I found it is completely not necessary to calculate the linkage there. It is for ModulesTS. So I simply removes that legacy experimental code and fix the issue.
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreter.cpp')
0 files changed, 0 insertions, 0 deletions