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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to