Displaying 2 results from an estimated 2 matches for "xcuserdata".
Did you mean:
userdata
2019 Jul 26
2
Some xcode schemes not appearing now in Xcode after cmake install (??)
Hi all
In order to get ready for the upcoming final 9.0 release code I have now switched to the 'release/9.x' branch that I pulled from github.
Unfortunately, after running cmake in the usual way, I found that many xcode schemes are missing on the resulting project.
Particularly, I added -DLLVM_ENABLE_PROJECTS=clang to the terminal command line. The logs correctly state that ‘clang
2019 Oct 20
3
How to configure cmake to not rebuild .inc (tablegen) files?
Dear all,
I’m developing Clang&LLVM on MacOS Catalina 10.15.
Now every time I "make clang", the building systems rebuilds
all the .inc files generated by cmake, which essentially
rebuilds all the tablegen files in llvm, although I did not
change any of the tablegen files. The building is unnecessary
and slow, especially when it builds the X86GenSubtargetInfo.inc.
Is there a way to