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

            Bug ID: 28254
           Summary: libclang_rt.builtins isn't built with -fPIC
           Product: compiler-rt
           Version: unspecified
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedb...@nondot.org
          Reporter: br...@peloton-tech.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

libclang_rt.builtins doesn't get built with -fPIC. For ARM, this means building
shared objects with -rtlib=compiler-rt doesn't work. I get an error complaining
about bad types of relocations when I try. If just adding -fPIC is a workable
fix, http://reviews.llvm.org/D19681 does that and seems to work great.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to