Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11380 )
Change subject: IMPALA-5031: Allow UBSAN to be set on codegen ...................................................................... IMPALA-5031: Allow UBSAN to be set on codegen This adds a new buildall options, -full_ubsan, that is stronger than just -ubsan, in that it forces code generated by cross compilation to LLVM IR to use the undefined behavior sanitizer as well. Because this slows down testing significantly, it is not made the default when using -ubsan. Change-Id: I054e78dd172ee140f2095a523595ff030494e560 Reviewed-on: http://gerrit.cloudera.org:8080/11380 Reviewed-by: Jim Apple <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/CMakeLists.txt M be/src/codegen/llvm-codegen.h M be/src/exec/grouping-aggregator.cc M be/src/exec/hdfs-avro-scanner.cc M be/src/exec/hdfs-parquet-scanner.cc M be/src/exec/hdfs-scanner.cc M be/src/exec/partitioned-hash-join-builder.cc M be/src/exec/partitioned-hash-join-node.cc M be/src/exec/select-node.cc M be/src/exec/topn-node.cc M be/src/exec/union-node.cc M bin/make_impala.sh M buildall.sh 13 files changed, 76 insertions(+), 42 deletions(-) Approvals: Jim Apple: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/11380 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I054e78dd172ee140f2095a523595ff030494e560 Gerrit-Change-Number: 11380 Gerrit-PatchSet: 4 Gerrit-Owner: Jim Apple <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
