Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc Document poinst where the LLVM/clang integration is unclean
details: https://anonhg.NetBSD.org/src/rev/e6e9528240c0
branches: trunk
changeset: 765565:e6e9528240c0
user: joerg <joerg%NetBSD.org@localhost>
date: Mon May 30 16:25:31 2011 +0000
description:
Document poinst where the LLVM/clang integration is unclean
diffstat:
doc/TODO.clang | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r c720b043dbd7 -r e6e9528240c0 doc/TODO.clang
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/TODO.clang Mon May 30 16:25:31 2011 +0000
@@ -0,0 +1,20 @@
+$NetBSD: TODO.clang,v 1.1 2011/05/30 16:25:31 joerg Exp $
+
+Hacks for the clang integration
+-------------------------------
+
+"-no-integrated-as" is src/sys/modules, src/sys/arch/amd64,
+src/sys/arch/i386 and src/sys/arch/xen to compensate for the missing
+.code16 and .code32 support in LLVM MC.
+
+ah_regdomain.c in the kernel currently requires -Wno-error due to
+http://llvm.org/bugs/show_bug.cgi?id=10030.
+
+Various places use NOCLANGERROR or CWARNFLAGS.clang to disable errors or
+warnings.
+
+Issues with CMSG_SPACE() used inside a union:
+src/external/tmux/dist/compat/imsg-buffer.c
+src/external/tmux/dist/compat/imsg.c
+src/external/ibm-public/postfix/dist/src/util/unix_recv_fd.c
+src/external/ibm-public/postfix/dist/src/util/unix_send_fd.c
Home |
Main Index |
Thread Index |
Old Index