[PATCH] D59168: [runtimes] Move libunwind, libc++abi and libc++ to lib/clang/ and include/
Joel E. Denny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 14:51:42 PDT 2019
jdenny added a comment.
Does the following match what you have in mind?
$prefix/
include/
c++/
v1/
limits.h
...
openmp/
v1/ <------ I don't think openmp has anything like this now
omp.h
ompt.h
...
lib/
c++/
$target/
libc++abi.so
...
openmp/
$target/
libomp.so
...
clang/
9.0.0/ <----- resource directory
include/
lib/
$target/
libclang_rt.asan_cxx.a
...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59168/new/
https://reviews.llvm.org/D59168
More information about the cfe-commits
mailing list