Typically linker options are protected with -Xlinker or -Wl,
however certain sloppy Makefiles pass -z options directly to the compiler. This patch enables clang to recognize these options (because -z is not used by clang itself). llvm-svn: 213198
Loading
Please sign in to comment