This option makes clang-bootstrap-deps depend on libcxx taret. It
allows stage2 build to link against libcxx libraries from stage1 build.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9862 Build 9862: arc lint + arc unit
Event Timeline
Comment Actions
I'm not sure this change is sufficient to do what you're intending. I think you also need to pass the library path of the cxx library into the bootstrap configuration otherwise it will use the one from the sysroot.
Comment Actions
Adding LLVM_LIBRARY_DIR to rpath can solve this problem. But I'm not sure if it will have any side effects.