This revision was automatically updated to reflect the committed changes.
Closed by commit rG52381938bcc8: Create ${swig_target}-scripts target instead
of lldb-python-scripts (authored by aadsm).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86402/ne
Author: António Afonso
Date: 2020-08-22T19:36:37-07:00
New Revision: 52381938bcc8547316d79a4721281da7f934d9b8
URL:
https://github.com/llvm/llvm-project/commit/52381938bcc8547316d79a4721281da7f934d9b8
DIFF:
https://github.com/llvm/llvm-project/commit/52381938bcc8547316d79a4721281da7f934d9b8.diff
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86402/new/
https://reviews.llvm.org/D86402
__
aadsm updated this revision to Diff 287211.
aadsm added a comment.
Update to create 2 separate install targets
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86402/new/
https://reviews.llvm.org/D86402
Files:
lldb/CMakeLists.txt
lldb/bindings/py
aadsm added a comment.
Sounds good, will update. In my mind it would be easier to just install all
configured python scripts by specifying a single distribution component.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86402/new/
https://reviews.ll
Author: António Afonso
Date: 2020-08-22T10:43:50-07:00
New Revision: 5d8eedee917de2d39d1c485d07a30f8649bc6866
URL:
https://github.com/llvm/llvm-project/commit/5d8eedee917de2d39d1c485d07a30f8649bc6866
DIFF:
https://github.com/llvm/llvm-project/commit/5d8eedee917de2d39d1c485d07a30f8649bc6866.diff
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5d8eedee917d: Move Py_buffer_RAII to .h file so SWIG 2
doesnt have to parse it (authored by aadsm).
Repository:
rG LLVM Github Monorepo
CHANGES S
JDevlieghere requested changes to this revision.
JDevlieghere added a comment.
This revision now requires changes to proceed.
The target should be created for everyone calling the `finish_swig_python`
function. Let's say (not so) hypothetically I want to create bindings for
Python 2 and Python 3
aadsm created this revision.
aadsm added a reviewer: JDevlieghere.
Herald added subscribers: lldb-commits, mgorny.
Herald added a project: LLDB.
aadsm requested review of this revision.
This addresses the issue raised here
https://reviews.llvm.org/rG02bf5632a94da6c3570df002804f8d3f79c11bfc
The `f
clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
Patch looks good. Just need to test 32 bit RISC as well with a
"lldb/test/Shell/ObjectFile/ELF/riscv32-arch.yaml" to verify 32 bit is working.
Comment at: lldb
mati865 added a comment.
@phosek in MSYS2 (targeting x86_64-w64-windows-gnu) Zlib works properly for
LLVM 10 but with master I'm now seeing:
-- Constructing LLVMBuild project information
-- DEBUG zlib_library=D:/msys64/mingw64/lib/libz.dll.a
CMake Error at lib/Support/CMakeLists.txt:9 (str
luismarques updated this revision to Diff 286994.
luismarques added a comment.
Add riscv32 test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86292/new/
https://reviews.llvm.org/D86292
Files:
lldb/include/lldb/Utility/ArchSpec.h
lldb/source/P
Author: Jonas Devlieghere
Date: 2020-08-22T10:04:27-07:00
New Revision: bb894b97821a1c970ce0c3243aaebbfa94add15c
URL:
https://github.com/llvm/llvm-project/commit/bb894b97821a1c970ce0c3243aaebbfa94add15c
DIFF:
https://github.com/llvm/llvm-project/commit/bb894b97821a1c970ce0c3243aaebbfa94add15c.d
Author: Dimitry Andric
Date: 2020-08-22T12:47:13+02:00
New Revision: 1ce07cd614beab5150a5440c7faf195009f99e2c
URL:
https://github.com/llvm/llvm-project/commit/1ce07cd614beab5150a5440c7faf195009f99e2c
DIFF:
https://github.com/llvm/llvm-project/commit/1ce07cd614beab5150a5440c7faf195009f99e2c.diff
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1ce07cd614be: Instantiate Error in
Target::GetEntryPointAddress() only when necessary (authored by dim).
Repository:
rG LLVM Github Monorepo
CHAN
15 matches
Mail list logo