This can be used for distinguishing between cmake and autoconf builds.
Users may need this in order to handle inconsistencies between the
outputs of the two build systems.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. I suspect that behavioral differences between CMake and autoconf will probably exist until we remove the autoconf system, so this flag is probably an all-around good idea.
At the very least it will be potentially useful for debugging issues with distributed packages because llvm-config will be able to report which build system was used to generate the package.
Thanks,
-Chris