LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 18191 - TestMultithreaded.py tests cannot find -llldb on FreeBSD
Summary: TestMultithreaded.py tests cannot find -llldb on FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC FreeBSD
: P normal
Assignee: emaste
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-09 11:21 PST by emaste
Modified: 2014-01-18 08:24 PST (History)
0 users

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description emaste 2013-12-09 11:21:19 PST
Building LLDB Driver (test_listener_event_description) from sources driver.cpp listener_test.cpp test_listener_event_description.cpp

os command: [['/bin/sh', '-c', "gmake clean LD_EXTRAS='-L/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin -llldb' EXE='test_listener_event_description' CFLAGS_EXTRAS='-std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include' CXX_SOURCES='driver.cpp listener_test.cpp test_listener_event_description.cpp';gmake  ARCH=amd64 CC=/usr/bin/clang LD_EXTRAS='-L/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin -llldb' EXE='test_listener_event_description' CFLAGS_EXTRAS='-std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include' CXX_SOURCES='driver.cpp listener_test.cpp test_listener_event_description.cpp'"]]
with pid: 82420
stdout: rm -rf "test_listener_event_description" ""  driver.o listener_test.o test_listener_event_description.o *.d.* *.d *.o *.pyc *.dSYM driver.d listener_test.d test_listener_event_description.d   *.d.[0-9] *.d.[0-9][0-9] *.d.[0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9][0-9]
/usr/bin/clang++ -g -O0 -mamd64  -std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include   -c -o driver.o driver.cpp
/usr/bin/clang++ -g -O0 -mamd64  -std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include   -c -o listener_test.o listener_test.cpp
/usr/bin/clang++ -g -O0 -mamd64  -std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include   -c -o test_listener_event_description.o test_listener_event_description.cpp
/usr/bin/clang++  driver.o listener_test.o test_listener_event_description.o -g -O0 -mamd64  -std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include -L/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin -llldb  -o "test_listener_event_description"

stderr: clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
/usr/bin/ld: cannot find -llldb
Comment 1 emaste 2014-01-18 08:24:04 PST
Fix committed in r199549