diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-26 15:39:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-26 15:43:42 +0000 |
commit | 8686e5201e95356a82d2a7a38d9f91f590db566f (patch) | |
tree | 88eb187c8f3472adddf5c71548f6c518e53e63c9 /main/llvm4 | |
parent | 1235432126d75dea01e720a4662e1c22a3d79feb (diff) | |
download | aports-8686e5201e95356a82d2a7a38d9f91f590db566f.tar.bz2 aports-8686e5201e95356a82d2a7a38d9f91f590db566f.tar.xz |
community/php7: add FIXME comment
Diffstat (limited to 'main/llvm4')
-rw-r--r-- | main/llvm4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/llvm4/APKBUILD b/main/llvm4/APKBUILD index f9757adbba..f06b49af12 100644 --- a/main/llvm4/APKBUILD +++ b/main/llvm4/APKBUILD @@ -119,7 +119,7 @@ build() { check() { cd "$builddir"/build - # XXX: Few tests fail on s390x, ignore it for now. See build log + # FIXME: Few tests fail on s390x, ignore it for now. See build log # https://gist.github.com/jirutka/6edc951ad5b8002cf1780546cf661edc case "$CARCH" in s390x) make check-llvm || true;; |