@@ -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
---
@@ -95,11 +95,16 @@ static std::optional findLibrary(StringRef name)
{
findPathCombination("lib" + name, config->librarySearchPaths,
{".tbd", ".dylib", ".so"}))
return path;
- return findPathCombination("lib" + name,
@@ -95,11 +95,16 @@ static std::optional findLibrary(StringRef name)
{
findPathCombination("lib" + name, config->librarySearchPaths,
{".tbd", ".dylib", ".so"}))
return path;
- return findPathCombination("lib" + name,
@@ -95,11 +95,16 @@ static std::optional findLibrary(StringRef name)
{
findPathCombination("lib" + name, config->librarySearchPaths,
{".tbd", ".dylib", ".so"}))
return path;
- return findPathCombination("lib" + name,
Author: Richard Howell
Date: 2021-05-26T09:32:59-07:00
New Revision: 969eefd98e0f8e485148be61190cc2ef62fb1eca
URL:
https://github.com/llvm/llvm-project/commit/969eefd98e0f8e485148be61190cc2ef62fb1eca
DIFF:
https://github.com/llvm/llvm-project/commit/969eefd98e0f8e485148be61190cc2ef62fb1eca.diff
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:
https://github.com/llvm/llvm-project/commit/5e327785da36fa3a00767cfea0a47fcb0f
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
Author: Richard Howell
Date: 2021-02-22T17:53:54-08:00
New Revision: 389955c69a3b9f418e3f39694c94b4519322dd42
URL:
https://github.com/llvm/llvm-project/commit/389955c69a3b9f418e3f39694c94b4519322dd42
DIFF:
https://github.com/llvm/llvm-project/commit/389955c69a3b9f418e3f39694c94b4519322dd42.diff
Author: smeenai
Date: Mon Mar 4 13:19:53 2019
New Revision: 355340
URL: http://llvm.org/viewvc/llvm-project?rev=355340&view=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 diffe
Author: smeenai
Date: Wed Oct 31 03:41:12 2018
New Revision: 345711
URL: http://llvm.org/viewvc/llvm-project?rev=345711&view=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 installatio
Author: smeenai
Date: Tue Aug 28 16:47:22 2018
New Revision: 340885
URL: http://llvm.org/viewvc/llvm-project?rev=340885&view=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
Author: smeenai
Date: Mon Dec 11 16:47:07 2017
New Revision: 320443
URL: http://llvm.org/viewvc/llvm-project?rev=320443&view=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 als
Author: smeenai
Date: Wed Dec 6 12:53:03 2017
New Revision: 319953
URL: http://llvm.org/viewvc/llvm-project?rev=319953&view=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
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
mailto:lldb-commits@lists.llvm.org>> wrote:
Author: smeenai
Date: Tue Dec 5 13:49:56 2017
New Revision: 319840
URL:
http://
remember having difficulty with all this CMake some time ago.
On Tue, Dec 5, 2017 at 1:50 PM Shoaib Meenai via lldb-commits
mailto:lldb-commits@lists.llvm.org>> wrote:
Author: smeenai
Date: Tue Dec 5 13:49:56 2017
New Revision: 319840
URL:
http://llvm.org/viewvc/llvm-project?rev=319840&
Author: smeenai
Date: Tue Dec 5 13:49:56 2017
New Revision: 319840
URL: http://llvm.org/viewvc/llvm-project?rev=319840&view=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 PUBL
Author: smeenai
Date: Mon Apr 10 10:41:15 2017
New Revision: 299845
URL: http://llvm.org/viewvc/llvm-project?rev=299845&view=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:
17 matches
Mail list logo