This patch is a fix to r252901 which changed the behavior of
clang driver. In the presence of "-nostdlib" none of the standard
libraries should be passed to link line.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D15130
Fix the clang driver when "-nostdlib" is present ClosedPublic Authored by sgundapa on Dec 1 2015, 2:58 PM.
Details Summary This patch is a fix to r252901 which changed the behavior of
Diff Detail
Event Timelinesgundapa updated this object. This revision is now accepted and ready to land.Dec 2 2015, 2:33 AM Closed by commit rL254535: Fix the clang driver when "-nostdlib" is present (authored by sgundapa). · Explain WhyDec 2 2015, 11:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41650 cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/test/Driver/nostdlib.c
|