diff options
| author | Joseph Huber <jhuber6@vols.utk.edu> | 2022-11-01 18:16:47 +0000 |
|---|---|---|
| committer | Joseph Huber <jhuber6@vols.utk.edu> | 2022-11-02 15:28:09 -0500 |
| commit | b9ee2acc9c5c129bce5503dd8d2ab4757e42c990 (patch) | |
| tree | 53b2d7c8f33c16b40989a02352c0e7170fcb8ce8 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
| parent | 9b3834ef67e3f320fe78dd63f6d5f1bafeafba78 (diff) | |
| download | llvm-b9ee2acc9c5c129bce5503dd8d2ab4757e42c990.zip llvm-b9ee2acc9c5c129bce5503dd8d2ab4757e42c990.tar.gz llvm-b9ee2acc9c5c129bce5503dd8d2ab4757e42c990.tar.bz2 | |
[LinkerWrapper] report on missing libraries
The linker wrapper does its own library searching for static archives
that can contain device code. The device linking phases happen before
the host linking phases so that we can generate the necessary
registration code and link it in with the rest of the code. Previously,
If a library containing needed device code was not found the execution
would continue silently until it failed with undefined symbols. This
patch allows the linker wrapper to perform its own check beforehand to
catch these errors.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D137180
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions
