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

           Summary: -s (strip) missing from command-line options
           Product: clang
           Version: 2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


I'm using this release on Ubuntu:

clang version 2.8 (branches/release_28)
Target: x86_64-pc-linux-gnu
Thread model: posix

It's missing -s. My current workaround is to use -Wl,-s to manually get the
linker to strip the symbol info.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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