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

            Bug ID: 22269
           Summary: add_lld_library doesn't use llvm_add_library
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

The result is that common link options are not used. For example, running

$ ninja -v  lib/libclangBasic.so  lib/liblldCore.so lib/libLLVMAArch64Utils.so

will pass -Wl,--gc-sections to the llvm and clang libraries, but not to

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to