Tim Armstrong has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/8233 )

Change subject: IMPALA-6002: Add a LLVM diagnostic handler for LLVM linker 
errors
......................................................................


Patch Set 1:

(1 comment)

Agree with Phil's comments, and have a further question.

http://gerrit.cloudera.org:8080/#/c/8233/1/be/src/codegen/llvm-codegen.cc
File be/src/codegen/llvm-codegen.cc:

http://gerrit.cloudera.org:8080/#/c/8233/1/be/src/codegen/llvm-codegen.cc@1621
PS1, Line 1621:     DiagnosticPrinterRawOStream 
diagnostic_printer(llvm::errs());
We talked about this interface offline and whether it was possible to get the 
error as a string. I took a look at the LLVM headers and it looks like 
raw_string_ostream is a subclass of raw_ostream and could be passed in here, 
unless I am missing some caveat. It would be nice to bundle this into a Status 
and propagate it normally.



--
To view, visit http://gerrit.cloudera.org:8080/8233
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I907ff1f8975c02d422b4a669afbfc2e536ddf1ff
Gerrit-Change-Number: 8233
Gerrit-PatchSet: 1
Gerrit-Owner: Bikramjeet Vig <bikramjeet....@cloudera.com>
Gerrit-Reviewer: Philip Zeyliger <phi...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-Comment-Date: Mon, 09 Oct 2017 17:55:25 +0000
Gerrit-HasComments: Yes

Reply via email to