[llvm-dev] Git Transition status?
Stephen Checkoway via llvm-dev
llvm-dev at lists.llvm.org
Tue Jan 17 12:33:36 PST 2017
> On Jan 17, 2017, at 10:11, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Actually you have to opt-in instead of opt-out right now, and I encourage you to try it if you’re contributing to LLVM: http://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo
I just gave it a try following the steps for a combination of multiple projects. Initially, it failed to build because it couldn't find llvm-project/libcxx-abi. I symlinked libcxxabi to libcxx-abi, deleted the build directory and tried again. It fails to build, but this time with a bunch of undefined references to __cxa_XXX symbols. I didn't investigate further.
Should this have just worked out of the box?
Thank you,
Steve
--
Stephen Checkoway
More information about the llvm-dev
mailing list