AAlexandre Ganea[LLD][MachO] Fix warning when building with latest MSVC
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lld-macho] Move Linker Optimization Hints pass to a separate file Moving it away from the arm64 TargetInfo class will let us enable it more easily for arm64_32 and the soon-to-be-added arm64e target as well. This is the NFC part of #148964 | 1 年前 | |
[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFC The latter form is now preferred to be similar to C++20 starts_with. This replacement also removes one function call when startswith is not inlined. | 3 年前 | |
[lld-macho] icf objc stubs (#79730) This supports icf for objc stubs. | 2 年前 | |
[lld] Remove unused includes (NFC) (#141421) | 1 年前 | |
[LLD][MachO] Fix warning when building with latest MSVC This fixes: [3902/4335] Building CXX object tools\lld\MachO\CMakeFiles\lldMachO.dir\Arch\X86_64.cpp.obj C:\git\llvm-project\lld\MachO\Arch\X86_64.cpp(107): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) | 9 个月前 |