Displaying 1 result from an estimated 1 matches for "6700571b".
2014 Feb 05
2
[LLVMdev] Using Compiler-RT with Clang on ARM
Hi Daniel,
I'm trying to use the feature you added to Clang a long time ago (2011),
the --rtlib=compiler-rt and it doesn't seem to do anything.
Now that I have compiler-rt building on ARM and the archive libraries under
/lib, I'd like to replace -lgcc with -lclang_rt, but this command line:
$ clang --rtlib=compiler-rt -Wl,-lclang_rt foo.c
Gives me the warning/errors:
clang-3.5: