[llvm-bugs] [Bug 32354] New: /OUT seem to ignore directory components

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 20 12:08:19 PDT 2017


http://bugs.llvm.org/show_bug.cgi?id=32354

            Bug ID: 32354
           Summary: /OUT seem to ignore directory components
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: COFF
          Assignee: unassignedbugs at nondot.org
          Reporter: ruiu at google.com
                CC: llvm-bugs at lists.llvm.org

Reported by Alexis Hétu.

He is trying to build Chrome with LLD and found the following error:

D:/depot_tools/python276_bin/python.exe
../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x64 False
../../third_party/llvm-build/Release+Asserts/bin/lld-link.exe /nologo
/IMPLIB:swiftshader/libEGL.dll.lib /DLL /OUT:swiftshader/libEGL.dll
/PDB:swiftshader/libEGL.dll.pdb @swiftshader/libEGL.dll.rsp

Note this parameter:
/OUT:swiftshader/libEGL.dll

Unfortunately, this command ignores the output directory and behaves as:
/OUT:libEGL.dll

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170320/c35b4db0/attachment.html>


More information about the llvm-bugs mailing list