phosek added inline comments.
================ Comment at: clang/test/Driver/linux-per-target-runtime-dir.c:15 // CHECK-PER-TARGET-RUNTIME: "--sysroot=[[SYSROOT]]" +// CHECK-PER-TARGET-RUNTIME: "-L{{.*}}{{/|\\\\}}..{{/|\\\\}}lib{{/|\\\\}}x86_64-linux-gnu" // CHECK-PER-TARGET-RUNTIME: "-L[[RESDIR]]{{/|\\\\}}x86_64-linux-gnu{{/|\\\\}}lib" ---------------- smeenai wrote: > phosek wrote: > > smeenai wrote: > > > Shouldn't this have the `clang` component now? > > I haven't changed the location of headers, only libraries. Do you think we > > should move libc++ headers into `clang` subdirectory inside `include` as > > well? > This is `-L`, so it's the search path for the libraries, right? Sorry about that, I was looking at a wrong line, you're right. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59168/new/ https://reviews.llvm.org/D59168 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits