https://bugs.llvm.org/show_bug.cgi?id=49540

            Bug ID: 49540
           Summary: some clang driver tests fail in builds configured with
                    -DCLANG_DEFAULT_RTLIB=libgcc
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

In builds configured with -DCLANG_DEFAULT_RTLIB=libgcc, the tests below fail:

   Clang :: Driver/aix-ld.c
   Clang :: Driver/aix-rtlib.c
   Clang :: Driver/baremetal-sysroot.cpp
   Clang :: Driver/baremetal.cpp
   Clang :: Driver/wasm-toolchain.c
   Clang :: Driver/wasm-toolchain.cpp


For example, Driver/wasm-toolchain.cpp excepts to see
libclang_rt.builtins-wasm32.a in the linker invocation, with when configured as
above, it gets -lgcc instead.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to