Commits


Projjal Chanda authored and Praveen committed 7950d62cc8e
ARROW-12133: [C++][Gandiva] Add option to disable targeting host cpu during llvm ir compilation Because of the issue mentioned in #9852 , it seems like a good idea to allow a configuration parameter to disable targeting host cpu during jit compilation if there are some unforseen crashes (in case llvm::sys::getHostCPUFeatures has a bug and returns incorrect info) Closes #9833 from projjal/setmcpuconfig and squashes the following commits: 3b879e15d <Projjal Chanda> added a config flag for targeting host cpu during expr compilation Authored-by: Projjal Chanda <iam@pchanda.com> Signed-off-by: Praveen <praveen@dremio.com>