[LLVMbugs] [Bug 17492] New: allow setting -stdlib=libc++ to be the hardcoded default

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Oct 7 06:16:20 PDT 2013


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

            Bug ID: 17492
           Summary: allow setting -stdlib=libc++ to be the hardcoded
                    default
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: M8R-9yw8a5 at mailinator.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Because currently, with the trunk version of Clang, one typically has something
like a shell script that prepends a "-stdlib=libc++" argument:

$ cat /path/to/fake/installation/bin/clang++
#!/bin/sh
exec /path/to/real/installation/bin/clang++ -stdlib=libc++ "$@"

-- 
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/20131007/21168ac0/attachment.html>


More information about the llvm-bugs mailing list