Dan Burkert has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/10352 )
Change subject: thirdparty: tweak clang compiler flags
......................................................................
thirdparty: tweak clang compiler flags
Prior to this small tweak the thirdparty clang build output thousands of
warnings similar to this one when compiling with clang:
Building CXX object
lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o
clang: warning:
-Wl,-rpath,/Users/dan/src/cpp/kudu/thirdparty/installed/uninstrumented/lib:
'linker' input unused [-Wunused-command-line-argument]
clang: warning: argument unused during compilation:
'-L/Users/dan/src/cpp/kudu/thirdparty/installed/uninstrumented/lib'
[-Wunused-command-line-argument]
Change-Id: Ide4ddbff14d3745c6f2c2f9b14b00da790a6cec6
Reviewed-on: http://gerrit.cloudera.org:8080/10352
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Kudu Jenkins
---
M thirdparty/build-definitions.sh
1 file changed, 16 insertions(+), 13 deletions(-)
Approvals:
Adar Dembo: Looks good to me, approved
Kudu Jenkins: Verified
--
To view, visit http://gerrit.cloudera.org:8080/10352
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ide4ddbff14d3745c6f2c2f9b14b00da790a6cec6
Gerrit-Change-Number: 10352
Gerrit-PatchSet: 6
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins