commit | b14299f31a679ab35bcb8b31a2d2ea6bde1f4e48 | [log] [tgz] |
---|---|---|
author | Michael Kruse <llvm-test-suite@meinersbur.de> | Sat Jan 23 00:39:59 2021 -0600 |
committer | Michael Kruse <llvm-test-suite@meinersbur.de> | Sat Jan 23 00:44:09 2021 -0600 |
tree | 4d4383f1d0eb3e4849db32308e1d05795d623034 | |
parent | d17d2e177823b9086ae9769a1f3e82c12f8fc7a5 [diff] |
[External][SPEC2000] Add -Wl,-zmultidef linker option. The SPEC CPU 2000 benchmarks 186.crafty and 300.twolf have symbols defined in multiple source file. Add the -zmultidef option to the linker for compatibility with older linkers. Reviewed By: naromero77 Differential Revision: https://reviews.llvm.org/D95276