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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to