[PATCH] GCC compatibility: pass -z linker options to the linker

Joerg Sonnenberger joerg at NetBSD.org
Fri Jul 4 09:24:41 PDT 2014


Sorry, wrong review. -R as alias for -rpath was the most common flag seen in the clang builds on NetBSD. Please keep in mind that GCC will effectively pass *all* unknown flags down to ld, which is why this sort of issue appeared in first place. That's also why I am quite strongly opposed against adding more non-driver flags in the front end.

http://reviews.llvm.org/D4393






More information about the cfe-commits mailing list