[PATCH] D55856: [Driver] Also obey -nostdlib++ when rewriting -lstdc++.

Pirama Arumuga Nainar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 18 15:06:22 PST 2018


pirama accepted this revision.
pirama added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/Driver/nostdlibxx.cpp:14
+// RUN: %clangxx -target i686-pc-linux-gnu -### \
+// RUN:     -nostdlib++ -stdlib=libc++ -lstdc++%s 2> %t
+// RUN: FileCheck --check-prefix=CHECK-RESERVED-LIB-REWRITE < %t %s
----------------
pirama wrote:
> Missing space here?
Between -lstdc++ and the %s.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55856/new/

https://reviews.llvm.org/D55856





More information about the cfe-commits mailing list