(self, **kwargs)
| 1089 | '-Wno-pointer-sign'] |
| 1090 | |
| 1091 | def __init__(self, **kwargs): |
| 1092 | self.non_lto_files = self.get_libcall_files() |
| 1093 | super().__init__(**kwargs) |
| 1094 | |
| 1095 | def get_libcall_files(self): |
| 1096 | # Combining static linking with LTO is tricky under LLVM. The codegen that |
no test coverage detected