Mike Frysinger has posted comments on this change.
Change subject: Roll clang 155835:165097
......................................................................
Patch Set 4: I would prefer that you didn't submit this
(2 inline comments)
....................................................
File sys-devel/clang/clang-3.2_pre165097.ebuild
Line 123: emake VERBOSE=1 KEEP_SYMBOLS=1 REQUIRES_RTTI=1 || die "emake failed"
this ebuild is EAPI=4, so you don't need the die with emake
....................................................
File sys-devel/clang/clang-9999.ebuild
Line 121: emake VERBOSE=1 KEEP_SYMBOLS=1 REQUIRES_RTTI=1 clang-only || die "emake failed"
in the other ebuild, you deleted the "clang-only", but you left it here
Gerrit-MessageType: comment
Gerrit-Change-Id: I71aff278b68d2d0e9c09941660d2b72621afbb0c
Gerrit-PatchSet: 4
Gerrit-Project: chromiumos/overlays/chromiumos-overlay
Gerrit-Branch: master
Gerrit-Owner: Denis Glotov <
glo...@chromium.org>