[PATCH] D69407: build: remove `LLVM_CXX_STD` extension point

Alex Langford via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 14:38:34 PDT 2019


xiaobai added a comment.

Why do you want `LLVM_CXX_STD` to be removed? I suppose somebody will eventually add `LLVM_ENABLE_CXX2A`, which will require additional logic to ensure that somebody doesn't set `LLVM_ENABLE_CXX2A` and `LLVM_ENABLE_CXX1Z` at the same time. I think this can be avoided by removing `LLVM_ENABLE_CXX1Z` entirely and going through `LLVM_CXX_STD` entirely.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69407/new/

https://reviews.llvm.org/D69407





More information about the llvm-commits mailing list