[libcxx-commits] [PATCH] D110261: [libc++][release] Do not force building the runtimes with -fPIC
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 27 11:57:10 PDT 2021
ldionne added a comment.
@chandlerc Would you be able to provide a reproducer for the testing you were doing in http://llvm.org/PR43604? I tried naively installing LLVM on a Ubuntu Docker image to repro what you were seeing and confirm that this patch solved it, but I got some bogus `test.cpp:1:10: fatal error: 'iostream' file not found` error, so I'm doing something wrong.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110261/new/
https://reviews.llvm.org/D110261
More information about the libcxx-commits
mailing list