Integration of libcxx and libcxxabi
I'll use CMAKE variable instead of cmake, will update it. Secondly I feel using a variable to store the base dir path and using it is not looking good.
BASE_PATH := $(CURDIR)
-DLLVM_EXTERNAL_LIT=$(BASE_PATH)/utils/lit/lit.py
but even after trying long I could manage to get some path right (though that was quite strange) eg lit.py. So, for now I've used this, I'll try more after doing the installation part to make it look better.
I've also tested it, till this it worked fine :)
-
Test with cmake variable -
Remove $(BASE_PATH) -
Two patch fails because the code they for patching isn't there (removed them temporarily) -
End to end testing -
Add llvm-defaults to break probably (>= 0.40) but not sure.
Edited by Reshabh Sharma