search for: __cxa_xxx

Displaying 3 results from an estimated 3 matches for "__cxa_xxx".

2017 Jan 17
2
Git Transition status?
...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? Yes, can you post your cmake invocation, I’ll investigate. Thanks. — Mehdi
2017 Jan 17
4
Git Transition status?
> On Jan 17, 2017, at 7:24 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > > On 17 Jan 2017, at 01:17, Chris Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> - Monorepo is the “natural” way to use git. Submodules are possible to use, but add significant complexity. > > Having used submodules in a couple of projects, I’ve not
2017 Jan 17
2
Git Transition status?
...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? >> >> Yes, can you post your cmake invocation, I’ll investigate. > > Sorry, I should have done that initially. I copied it from the website: > > cmake -GNinj...