[LLVMbugs] [Bug 9986] New: -s (strip) missing from command-line options

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun May 22 11:49:28 PDT 2011


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: unassignedclangbugs at nondot.org
        ReportedBy: greg.toombs at bluebottle.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list