[Lldb-commits] [lldb] r299845 - [lldb] Fix ninja URL

2017-04-10 Thread Shoaib Meenai via lldb-commits
Author: smeenai Date: Mon Apr 10 10:41:15 2017 New Revision: 299845 URL: http://llvm.org/viewvc/llvm-project?rev=299845=rev Log: [lldb] Fix ninja URL The old URL is a 404 now. Pointed out by Smirftsch1 on IRC. Modified: lldb/trunk/www/build.html Modified: lldb/trunk/www/build.html URL:

Re: [Lldb-commits] [lldb] r319840 - [CMake] Use PRIVATE in target_link_libraries for executables

2017-12-05 Thread Shoaib Meenai via lldb-commits
; Subject: Re: [Lldb-commits] [lldb] r319840 - [CMake] Use PRIVATE in target_link_libraries for executables Can you / did you try this on Windows? I don't see any reason why it wouldn't work, but I remember having difficulty with all this CMake some time ago. On Tue, Dec 5, 2017 at 1:50 PM Shoaib Meen

Re: [Lldb-commits] [lldb] r319840 - [CMake] Use PRIVATE in target_link_libraries for executables

2017-12-05 Thread Shoaib Meenai via lldb-commits
I don't see any reason why it wouldn't work, but I remember having difficulty with all this CMake some time ago. On Tue, Dec 5, 2017 at 1:50 PM Shoaib Meenai via lldb-commits <lldb-commits@lists.llvm.org<mailto:lldb-commits@lists.llvm.org>> wrote: Author: smeenai Date: Tue Dec 5

[Lldb-commits] [lldb] r319840 - [CMake] Use PRIVATE in target_link_libraries for executables

2017-12-05 Thread Shoaib Meenai via lldb-commits
Author: smeenai Date: Tue Dec 5 13:49:56 2017 New Revision: 319840 URL: http://llvm.org/viewvc/llvm-project?rev=319840=rev Log: [CMake] Use PRIVATE in target_link_libraries for executables We currently use target_link_libraries without an explicit scope specifier (INTERFACE, PRIVATE or PUBLIC)

[Lldb-commits] [lldb] r319953 - [lldb] Use PRIVATE in target_link_libraries

2017-12-06 Thread Shoaib Meenai via lldb-commits
Author: smeenai Date: Wed Dec 6 12:53:03 2017 New Revision: 319953 URL: http://llvm.org/viewvc/llvm-project?rev=319953=rev Log: [lldb] Use PRIVATE in target_link_libraries This is a follow-up to r319840. I guess none of the systems I'd tested on before had LLDB_SYSTEM_LIBS set, which is why I

[Lldb-commits] [lldb] r320443 - [lldb] Switch to add_llvm_install_targets

2017-12-11 Thread Shoaib Meenai via lldb-commits
Author: smeenai Date: Mon Dec 11 16:47:07 2017 New Revision: 320443 URL: http://llvm.org/viewvc/llvm-project?rev=320443=rev Log: [lldb] Switch to add_llvm_install_targets This adds the install-*-stripped targets to LLDB, which are required for the install-distribution-stripped option. We also

[Lldb-commits] [lldb] r340885 - [LLDB] Fix script to work with GNU sed

2018-08-28 Thread Shoaib Meenai via lldb-commits
Author: smeenai Date: Tue Aug 28 16:47:22 2018 New Revision: 340885 URL: http://llvm.org/viewvc/llvm-project?rev=340885=rev Log: [LLDB] Fix script to work with GNU sed GNU sed and BSD sed have a different command-line syntax for in-place editing, and the current form of the script would only

[Lldb-commits] [lldb] r345711 - [lldb] Fix race condition in framework installation

2018-10-31 Thread Shoaib Meenai via lldb-commits
Author: smeenai Date: Wed Oct 31 03:41:12 2018 New Revision: 345711 URL: http://llvm.org/viewvc/llvm-project?rev=345711=rev Log: [lldb] Fix race condition in framework installation We need the install-liblldb-stripped target to depend on the lldb-framework target in order for the installation to

[Lldb-commits] [lldb] r355340 - [build] Rename clang-headers to clang-resource-headers

2019-03-04 Thread Shoaib Meenai via lldb-commits
Author: smeenai Date: Mon Mar 4 13:19:53 2019 New Revision: 355340 URL: http://llvm.org/viewvc/llvm-project?rev=355340=rev Log: [build] Rename clang-headers to clang-resource-headers Summary: The current install-clang-headers target installs clang's resource directory headers. This is different

[Lldb-commits] [lldb] 5e32778 - [lldb] Match test dependencies name to other LLVM projects.

2021-05-21 Thread Shoaib Meenai via lldb-commits
Author: Daniel Rodríguez Troitiño Date: 2021-05-21T00:10:27-07:00 New Revision: 5e327785da36fa3a00767cfea0a47fcb0f0814aa URL: https://github.com/llvm/llvm-project/commit/5e327785da36fa3a00767cfea0a47fcb0f0814aa DIFF:

[Lldb-commits] [lldb] 969eefd - [lldb] add LLDB_SKIP_DSYM option

2021-05-26 Thread Shoaib Meenai via lldb-commits
Author: Richard Howell Date: 2021-05-26T09:32:59-07:00 New Revision: 969eefd98e0f8e485148be61190cc2ef62fb1eca URL: https://github.com/llvm/llvm-project/commit/969eefd98e0f8e485148be61190cc2ef62fb1eca DIFF:

[Lldb-commits] [lldb] 015d78a - [lldb] Remove XPCServices symlinking

2021-03-01 Thread Shoaib Meenai via lldb-commits
Author: Shoaib Meenai Date: 2021-03-01T11:23:46-08:00 New Revision: 015d78a25e510a6ff512d562b4e062d16c4afc78 URL: https://github.com/llvm/llvm-project/commit/015d78a25e510a6ff512d562b4e062d16c4afc78 DIFF: https://github.com/llvm/llvm-project/commit/015d78a25e510a6ff512d562b4e062d16c4afc78.diff

[Lldb-commits] [lldb] 389955c - [lldb] add check for libcxx runtime

2021-02-22 Thread Shoaib Meenai via lldb-commits
Author: Richard Howell Date: 2021-02-22T17:53:54-08:00 New Revision: 389955c69a3b9f418e3f39694c94b4519322dd42 URL: https://github.com/llvm/llvm-project/commit/389955c69a3b9f418e3f39694c94b4519322dd42 DIFF:

[Lldb-commits] [lldb] [clang] [libc] [flang] [lld] [clang-tools-extra] [llvm] [libcxx] [compiler-rt] [lld-macho] Find objects in library search path (PR #78628)

2024-01-20 Thread Shoaib Meenai via lldb-commits
@@ -0,0 +1,14 @@ +# REQUIRES: x86 +# RUN: mkdir -p %t +# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %p/Inputs/libhello.s -o %t/hello.o +# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/main.o +# RUN: %lld -L %t %t/main.o %t/hello.o -o %t/a.out

[Lldb-commits] [lldb] [libcxx] [lld] [llvm] [compiler-rt] [lld-macho] Find objects in library search path (PR #78628)

2024-01-18 Thread Shoaib Meenai via lldb-commits
@@ -95,11 +95,16 @@ static std::optional findLibrary(StringRef name) { findPathCombination("lib" + name, config->librarySearchPaths, {".tbd", ".dylib", ".so"})) return path; - return findPathCombination("lib" +

[Lldb-commits] [libcxx] [llvm] [lldb] [compiler-rt] [lld] [lld-macho] Find objects in library search path (PR #78628)

2024-01-18 Thread Shoaib Meenai via lldb-commits
@@ -95,11 +95,16 @@ static std::optional findLibrary(StringRef name) { findPathCombination("lib" + name, config->librarySearchPaths, {".tbd", ".dylib", ".so"})) return path; - return findPathCombination("lib" +

[Lldb-commits] [llvm] [libcxx] [lld] [lldb] [compiler-rt] [lld-macho] Find objects in library search path (PR #78628)

2024-01-18 Thread Shoaib Meenai via lldb-commits
@@ -95,11 +95,16 @@ static std::optional findLibrary(StringRef name) { findPathCombination("lib" + name, config->librarySearchPaths, {".tbd", ".dylib", ".so"})) return path; - return findPathCombination("lib" +