summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-02-09 17:26:38 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-02-09 17:26:38 +0100
commitba683182f43036fc52f1087ada237e1d07854b0e (patch)
tree2b2b1a43af8c7d83385a45fd671175bbf1cf5972 /open_issues
parent8720ae28261550e8b7dd3f2d89e72a194aa9e712 (diff)
open_issues/llvm: llvm 0a109de14d0ced95d99b9ec60d4ef9479d6404d3 (2013-02-08), clang 4cdb7414a1862270bbf8ff2c345aea879a64a116 (2013-02-08), compiler-rt ed83584256249ee2c474fb18abf7df6aa73019b0 (2013-02-08), test-suite d1212efdb685151165a48d0f89cf3d40154468bc (2013-02-08)
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/llvm.mdwn168
1 files changed, 149 insertions, 19 deletions
diff --git a/open_issues/llvm.mdwn b/open_issues/llvm.mdwn
index 3ce42281..983f0b03 100644
--- a/open_issues/llvm.mdwn
+++ b/open_issues/llvm.mdwn
@@ -23,6 +23,13 @@ example. Especially all the compiler magic is all the same.
# [[General information|/llvm]]
+## Rebuild of the Debian archive with clang
+
+From [[!message-id "20120305195308.GA1904@zouish.org"]]:
+<http://sylvestre.ledru.info/blog/sylvestre/2012/02/29/rebuild_of_the_debian_archive_with_clang>,
+<http://clang.debian.net/>.
+
+
# [[Sources|source_repositories/llvm]]
@@ -35,37 +42,60 @@ For all of llvm, clang, compiler-rt, test-suite:
git checkout reviewed
git log --reverse --topo-order --pretty=fuller --stat=$COLUMNS,$COLUMNS -w -p -C --cc ..upstream/master
-i
-/^commit |^merge:|^---$|hurd|linux|nacl|nptl|glibc|gs:
+/^commit |^merge:|^---$|hurd|gnu|linux|nacl|nptl|glibc|[^e]gs:|/proc
-->
Last reviewed up to the [[Git mirror's sources|source_repositories/llvm]]: llvm
-7bf2e1b9ef797fda5de53956a1d2aea900ce794f (2013-01-09), clang
-35eb8c3e12cac22f91d1cd4c74ae092ebc94fc40 (2013-01-09), compiler-rt
-b1d1ef27db5b6c7788cda3dfd5deb6037dd4a3b8 (2013-01-09), test-suite
-a26cfd0ef760f09e753b76d3e633a6af9ed637f8 (2013-01-08).
-
- * Configure fragments that have `*linux*` cases might/should often contain
- those for us (and GNU/k*BSD) as well.
+0f58dbae4ab2397dc310e19d171a4bc60fc6c9a7 (2013-02-08), clang
+52635ff9fb530dfdfc6a94e52a2270bf1bb8346b (2013-02-08), compiler-rt
+ed83584256249ee2c474fb18abf7df6aa73019b0 (2013-02-08), test-suite
+f621d1a62904df136cbaf4e4e63cbf9e9c45fd10 (2013-02-08).
* <http://anonscm.debian.org/viewvc/pkg-llvm/llvm/trunk/debian/patches/>.
- * [low] Some `PATH_MAX`/`MAXPATHLEN` things.
+ * [low] Some more `PATH_MAX`/`MAXPATHLEN` things.
+
+ * `gs:` usage
+
+ * `lib/Target/X86/`, `test/CodeGen/X86/`, `test/MC/X86/`.
+
+ * `tools/clang/`
+
+ tools/clang/docs/LanguageExtensions.rst: movl %gs:(%eax), %eax
+ tools/clang/test/Sema/asm.c: asm volatile ("movb %%gs:%P2,%b0" : "=q"(b) : "0"(0), "i"(5L));
+
+ * `compiler-rt` and `test-suite` not yet examined.
+
+ * [low] Linuxisms
+
+ * `test/`, `unittests`, `tools/clang/test/`, `tools/clang/unittests/` not
+ yet examined.
+
+ * In clang's `test/Driver/` a lot of testing can be generalized from
+ *Linux* to *GNU environment*, adding GNU/Hurd testing, too.
- * Review `gs:` usage in `[llvm]/lib/Target/X86/`, `[llvm]/test/CodeGen/X86/`,
- `[llvm]/test/MC/X86/`.
-./clang/tschwinge/Hank_Mobley/docs/LanguageExtensions.rst: movl %gs:(%eax), %eax
-./clang/tschwinge/Hank_Mobley/test/Sema/asm.c: asm volatile ("movb %%gs:%P2,%b0" : "=q"(b) : "0"(0), "i"(5L));
+ * `compiler-rt` and `test-suite` not yet examined.
+
+ * `/proc` usage
+
+ * `compiler-rt` and `test-suite` not yet examined.
+
+ * `libc++` (not currently using)
+
+ Some Hurd-porting work is said to have been done as Google Summer of Code
+ 2012 Debian project,
+ <http://wiki.debian.org/SummerOfCode2012/StudentApplications/AndrejBelym>.
# Build
Here's a log of a LLVM build run; this is from our [[Git repository's
sources|source_repositories/llvm]], llvm
-792d08f44e4386ea671c1313cad9dfc9fc853794 (2013-01-09), clang
-1d2e1d18ae77b1949a31203ed7001b5817f29b09 (2013-01-09), compiler-rt
-b1d1ef27db5b6c7788cda3dfd5deb6037dd4a3b8 (2013-01-09), test-suite
-a26cfd0ef760f09e753b76d3e633a6af9ed637f8 (2013-01-08), run on kepler.SCHWINGE
+0a109de14d0ced95d99b9ec60d4ef9479d6404d3 (2013-02-08), clang
+4cdb7414a1862270bbf8ff2c345aea879a64a116 (2013-02-08), compiler-rt
+ed83584256249ee2c474fb18abf7df6aa73019b0 (2013-02-08), test-suite
+d1212efdb685151165a48d0f89cf3d40154468bc (2013-02-08), run on kepler.SCHWINGE
and coulomb.SCHWINGE.
$ export LC_ALL=C
@@ -78,7 +108,8 @@ and coulomb.SCHWINGE.
Different hosts may default to different shells and compiler versions; thus
harmonized.
-Passing `--enable-debug-symbols`, the GNU/Hurd build terminates with a SIGBUS
+Passing `--enable-debug-symbols`, the GNU/Hurd build on coulomb.SCHWINGE
+terminates with a SIGBUS
when linking `Release+Debug+Asserts/bin/clang` (which is bigger than 500 MiB
for the corresponding GNU/Linux build). Using `--enable-debug-symbols
--enable-shared`, the GNU/Hurd build hang after `make[1]: Leaving directory
@@ -90,10 +121,17 @@ the corresponding GNU/Linux build). Also there is a separate
This takes up around 3 GiB, and needs roughly 1.25 h on kepler.SCHWINGE and
4.25 h on coulomb.SCHWINGE.
+Configuring without `--enable-optimized` even crashes mighty darnassus,
+probably because of too-big files when linking. Configuring with
+`--enable-optimized --enable-expensive-checks --disable-threads
+--enable-debug-symbols --enable-debug-runtime` is fine.
+
<!--
$ (make VERBOSE=1 && touch .go-install) 2>&1 | tee log_build_ && test -f .go-install && (make VERBOSE=1 install && touch .go-test) 2>&1 | tee log_install && test -f .go-test && { make -k VERBOSE=1 LIT_ARGS='-v --threads=1' check-all 2>&1 | tee log_test_check-all; make -k -C projects/test-suite/ 2>&1 | tee log_test_test-suite; }
+ $ (PATH=$HOME/tmp/source/autoconf/AUTOCONF-2.60.build.install/bin:$HOME/tmp/source/automake/automake-1.9.6.build.install/bin:$HOME/tmp/source/libtool/release-1-5-22.build.install/bin:$PATH; ./AutoRegen.sh)
+
-->
@@ -165,4 +203,96 @@ coulomb.SCHWINGE.
$ toolchain/logs/process llvm test
-TODO
+ * `LLVM :: CodeGen/X86/mult-alt-generic-i686.ll`, `LLVM ::
+ CodeGen/X86/win_ftol2.ll`
+
+ These, as well as a really large set of test from the test-suite fail on
+ coulomb.SCHWINGE no matter whether a GNU/Hurd or GNU/Linux system is booted
+ -- so all these are specific to the Athlon XP processor, hopefully.
+
+ * `Clang :: Index/crash-recovery-modules.m`
+
+ Also fails on GNU/Linux. Tested `--enable-optimized
+ --enable-expensive-checks --disable-threads --enable-debug-symbols
+ --enable-debug-runtime`. [[!LLVM_bug 11974]].
+
+ * `Clang :: Misc/dev-fd-fs.c`
+
+ $ cat < [...]/test/Misc/dev-fd-fs.c | Release+Debug+Asserts+Checks/bin/clang -x c /dev/fd/0 -E
+ clang: error: no such file or directory: '/dev/fd/0'
+ clang: error: no input files
+
+ Compare to:
+
+ $ cat < [...]/test/Misc/dev-fd-fs.c | gcc -x c /dev/fd/0 -E
+ gcc: error: /dev/fd/0: (ipc/mig) bad request message ID
+ gcc: warning: '-x c' after last input file has no effect
+ gcc: fatal error: no input files
+ compilation terminated.
+
+ These work:
+
+ $ Release+Debug+Asserts+Checks/bin/clang -x c /dev/fd/0 -E < [...]/test/Misc/dev-fd-fs.c
+ [...]
+ int x;
+ $ gcc -x c /dev/fd/0 -E < [...]/test/Misc/dev-fd-fs.c
+ [...]
+ int x;
+
+ * `Clang :: Tooling/clang-check-builtin-headers.cpp`
+
+ Fails: `fatal error: 'stddef.h' file not found`; succeeds when ran
+ manually.
+
+ * About 200 clang tests fail; they all seem similar. These are especially
+ the `Clang :: Index/*` and `Clang :: Modules/*` tests. Configuring with
+ `--enable-optimized --enable-expensive-checks --disable-threads
+ --enable-debug-symbols --enable-debug-runtime`, these FAILs go away.
+
+ * With `--enable-optimized --enable-expensive-checks --disable-threads
+ --enable-debug-symbols --enable-debug-runtime`, there are a few new FAILs
+ for both GNU/Linux and GNU/Hurd:
+
+ * `Clang :: Tooling/auto-detect-from-source-parent-of-cwd.cpp`
+
+ * `Clang :: Tooling/auto-detect-from-source-parent.cpp`
+
+ * `Clang :: Tooling/clang-check-autodetect-dir.cpp`
+
+ For all three, the `clang-check` invocation fails. [[!LLVM_bug 15194]].
+
+ * Several tests are not considered on GNU/Hurd.
+
+ * Differences in test-suite, that are not evidently floating-point issues,
+ GNU/Linux vs. GNU/Hurd on coulomb.SCHWINGE:
+
+ gcc-4.6 -I/media/erich/home/thomas/tmp/llvm/tschwinge/Horace_Silver.build/projects/test-suite/SingleSource/UnitTests -I/media/erich/home/thomas/tmp/llvm/test-suite/tschwinge/Art_Blakey/SingleSource/UnitTests -I/home/thomas/tmp/llvm/tschwinge/Horace_Silver.build/projects/test-suite/../../../Horace_Silver/projects/test-suite/include -I../../include -I/home/thomas/tmp/llvm/tschwinge/Horace_Silver.build/include -I/home/thomas/tmp/llvm/tschwinge/Horace_Silver/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -DNDEBUG -O3 /media/erich/home/thomas/tmp/llvm/test-suite/tschwinge/Art_Blakey/SingleSource/UnitTests/2007-04-25-weak.c -lm -o Output/2007-04-25-weak.native -lstdc++
+ +/media/erich/home/thomas/tmp/llvm/test-suite/tschwinge/Art_Blakey/SingleSource/UnitTests/2007-04-25-weak.c:3:1: warning: 'weak_import' attribute directive ignored [-Wattributes]
+ +/tmp/ccWGwKvo.o: In function `main':
+ +2007-04-25-weak.c:(.text.startup+0x7): undefined reference to `test_weak'
+ +collect2: ld returned 1 exit status
+ +make[2]: [Output/2007-04-25-weak.native] Error 1 (ignored)
+
+ On GNU/Linux, the clamav tests are compiled with `-DC_LINUX`.
+
+ +/media/erich/home/thomas/tmp/llvm/test-suite/tschwinge/Art_Blakey/MultiSource/Applications/lambda-0.1.3/lambda.cc:63:12: error: use of undeclared identifier 'MAXPATHLEN'
+ + char buf[MAXPATHLEN+1];
+
+ ..., with follow-up failures.
+
+ `projects/test-suite/MultiSource/Applications/obsequi` is not at all
+ considered for GNU/Hurd.
+
+ +/media/erich/home/thomas/tmp/llvm/test-suite/tschwinge/Art_Blakey/MultiSource/Benchmarks/Olden/voronoi/newvor.c:178:25: warning: implicit declaration of function 'memalign' is invalid in C99 [-Wimplicit-function-declaration]
+ + char* base = (char*)memalign(align_size, alloc_size);
+ + ^
+ +1 warning generated.
+
+ +/media/erich/home/thomas/tmp/llvm/test-suite/tschwinge/Art_Blakey/MultiSource/Benchmarks/Prolangs-C/archie-client/get_vdir.c:213:20: error: use of undeclared identifier 'MAXPATHLEN'
+ + char l_name[MAX_DIR_LINESIZE];
+ + ^
+ +/media/erich/home/thomas/tmp/llvm/test-suite/tschwinge/Art_Blakey/MultiSource/Benchmarks/Prolangs-C/archie-client/pprot.h:39:37: note: expanded from macro 'MAX_DIR_LINESIZE'
+ +#define MAX_DIR_LINESIZE 160+MAXPATHLEN /* Max linesize in directory */
+ + ^
+
+ ..., and several more.