[Lldb-commits] [PATCH] D51934: [target] Change target create's behavior wrt loading dependent files.

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 10 15:17:48 PDT 2018


stella.stamenova added a comment.

This test has been failing on Windows since it was added as it doesn't build correctly. I noticed some of the tests are also disabled on Linux. Is this supposed to pass on all platforms?

  Error when building test subject.
  Build Command:
  make VPATH=E:\_work\60\s\llvm\tools\lldb\packages\Python\lldbsuite\test\functionalities\target_create_deps -C E:\_work\60\b\LLVMBuild\lldb-test-build.noindex\functionalities\target_create_deps\TestTargetCreateDeps.test_dependents_explicit_default_lib -I E:\_work\60\s\llvm\tools\lldb\packages\Python\lldbsuite\test\functionalities\target_create_deps -f E:\_work\60\s\llvm\tools\lldb\packages\Python\lldbsuite\test\functionalities\target_create_deps\Makefile all ARCH=x86_64 CC="E:\_work\60\b\LLVMBuild\Release\bin\clang.exe" 
  
  ##[error]lld-link(0,0): Error : undefined symbol: "int __cdecl a_function(void)" (?a_function@@YAHXZ)
  lld-link : error : undefined symbol: "int __cdecl a_function(void)" (?a_function@@YAHXZ) [e:\_work\60\b\LLVMBuild\check-all.vcxproj]
  >>> referenced by main.o:(main)
  ##[error]clang(0,0): Error : linker command failed with exit code 1 (use -v to see invocation)
  clang : error : linker command failed with exit code 1 (use -v to see invocation) [e:\_work\60\b\LLVMBuild\check-all.vcxproj]
  make: *** [a.out] Error 1


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51934





More information about the lldb-commits mailing list