Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Issue 1581793002: Remove -Wno-unknown-pragmas from fusl build (Closed)

Created:
4 years, 11 months ago by kulakowski
Modified:
4 years, 11 months ago
Reviewers:
viettrungluu
CC:
mojo-reviews_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Remove -Wno-unknown-pragmas from fusl build Clang does not, and is not likely to soon, support C's rounding mode pragmas. See https://llvm.org/bugs/show_bug.cgi?id=8100 for details. R=viettrungluu@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/6e820932f4d7b4f1fe7352ae3291d568cdc08062

Patch Set 1 #

Total comments: 4

Patch Set 2 : comment to clang bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -12 lines) Patch
M fusl/BUILD.gn View 1 1 chunk +0 lines, -1 line 0 comments Download
M fusl/src/internal/libm.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
M fusl/src/math/fma.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/math/fmaf.c View 2 chunks +2 lines, -1 line 0 comments Download
M fusl/src/math/fmal.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/math/ilogb.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/math/ilogbf.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/math/ilogbl.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/math/llrintl.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/math/lrintl.c View 1 chunk +1 line, -1 line 0 comments Download
M fusl/src/math/nearbyint.c View 1 chunk +2 lines, -1 line 0 comments Download
M fusl/src/math/nearbyintf.c View 1 chunk +2 lines, -1 line 0 comments Download
M fusl/src/math/nearbyintl.c View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
kulakowski
Open to alternative ways to deal with this as well, this seemed straightforward and preserves ...
4 years, 11 months ago (2016-01-12 20:30:22 UTC) #1
viettrungluu
LGTM w/added comment. https://codereview.chromium.org/1581793002/diff/1/fusl/src/internal/libm.h File fusl/src/internal/libm.h (right): https://codereview.chromium.org/1581793002/diff/1/fusl/src/internal/libm.h#newcode1 fusl/src/internal/libm.h:1: /* origin: FreeBSD /usr/src/lib/msun/src/math_private.h */ I ...
4 years, 11 months ago (2016-01-12 23:38:26 UTC) #2
kulakowski
https://codereview.chromium.org/1581793002/diff/1/fusl/src/internal/libm.h File fusl/src/internal/libm.h (right): https://codereview.chromium.org/1581793002/diff/1/fusl/src/internal/libm.h#newcode1 fusl/src/internal/libm.h:1: /* origin: FreeBSD /usr/src/lib/msun/src/math_private.h */ On 2016/01/12 23:38:25, viettrungluu ...
4 years, 11 months ago (2016-01-13 00:04:50 UTC) #3
kulakowski
4 years, 11 months ago (2016-01-13 00:10:18 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
6e820932f4d7b4f1fe7352ae3291d568cdc08062 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698