Displaying 1 result from an estimated 1 matches for "use_bfd".
Did you mean:
se_fd
2018 Jul 09
3
Failing compiler-rt LTO test
...["-fuse-ld=gold"]
The test ends up passing -fuse-ld=gold and clang barfs.
It seems to me the correct thing to do is update lit.common.cfg to
support ld.bfd but I'm not sure exactly how to do that. I can't find
where "config" is defined. I think we'd want a config.use_bfd or
something. Maybe a config.use_gold as well for good measure.
Thoughts?
-David