1 1.6 joerg $NetBSD: TODO.clang,v 1.6 2014/01/15 21:14:54 joerg Exp $ 2 1.1 joerg 3 1.1 joerg Hacks for the clang integration 4 1.1 joerg ------------------------------- 5 1.1 joerg 6 1.3 wiz "-no-integrated-as" in src/sys/arch/amd64 and src/sys/arch/i386 7 1.6 joerg to compensate for the missing .code16 support in LLVM MC. 8 1.1 joerg 9 1.6 joerg LLVM PR 18273 and -no-integrated-as as workaround: 10 1.6 joerg src/tests/libexec/ld.elf_so/helper_symver_dso1/Makefile 11 1.6 joerg src/tests/libexec/ld.elf_so/helper_symver_dso2/Makefile 12 1.6 joerg 13 1.6 joerg Missing atomic support in ARM libgcc, -march=armv6 "workaround": 14 1.6 joerg src/external/bsd/libc++/lib 15 1.6 joerg src/external/bsd/lllvm/lib/libLLVMSupport 16