New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 850162 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Sep 18
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug
Build-Toolchain



Sign in to add a comment

lld does not support debug fission with thinlto

Project Member Reported by yunlian@chromium.org, Jun 6 2018

Issue description

clang -flto=thin -O2 file1.o file2.o -o a.out -glto-dwo-dir=./DWO_DIR -fuse-ld=lld 


/usr/bin/ld.lld: error: --plugin-opt: ld.lld: Unknown command line argument 'objcopy=/usr/bin/x86_64-pc-linux-gnu-objcopy'.  Try: '/usr/bin/ld.lld -help'
/usr/bin/ld.lld: error: --plugin-opt: ld.lld: Unknown command line argument 'dwo_dir=./yy'.  Try: '/usr/bin/ld.lld -help'
clang-7: error: linker command failed with exit code 1 (use -v to see invocation)

 
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".
Status: Verified (was: Assigned)

Sign in to add a comment