Internal Jenkins has submitted this change and it was merged. Change subject: Rename all cross-compiled files to have -ir.cc suffix ......................................................................
Rename all cross-compiled files to have -ir.cc suffix Previously it wasn't clear which files were actually cross-compiled. This patch only moves the files and updates the build scripts. The main downside is that git blame won't work without the -M or -C flags. Change-Id: I1a2d6b058667c5f6d7a68504f07f9ef5f8de0706 Reviewed-on: http://gerrit.cloudera.org:8080/2911 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Internal Jenkins --- M be/src/codegen/impala-ir.cc M be/src/exprs/CMakeLists.txt R be/src/exprs/aggregate-functions-ir.cc R be/src/exprs/cast-functions-ir.cc R be/src/exprs/decimal-functions-ir.cc R be/src/exprs/decimal-operators-ir.cc R be/src/exprs/is-null-predicate-ir.cc R be/src/exprs/like-predicate-ir.cc R be/src/exprs/math-functions-ir.cc R be/src/exprs/operators-ir.cc R be/src/exprs/string-functions-ir.cc R be/src/exprs/timestamp-functions-ir.cc R be/src/exprs/udf-builtins-ir.cc R be/src/exprs/utility-functions-ir.cc 14 files changed, 24 insertions(+), 24 deletions(-) Approvals: Internal Jenkins: Verified Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2911 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1a2d6b058667c5f6d7a68504f07f9ef5f8de0706 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins
