rust/compiler/rustc_codegen_llvm/src/llvm
Boris-Chengbiao Zhou 4a76934aa7 Fix static relocation model for PowerPC64
We now also use `should_assume_dso_local()` for declarations and port two
additional cases from clang:
- Exclude PPC64 [1]
- Exclude thread-local variables [2]

[1]: 033138ea45/clang/lib/CodeGen/CodeGenModule.cpp (L1038-L1040)
[2]: 033138ea45/clang/lib/CodeGen/CodeGenModule.cpp (L1048-L1050)
2021-05-28 03:48:39 +02:00
..
archive_ro.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
diagnostic.rs Update LLVM and add Unsupported diagnostic 2020-09-30 14:57:37 +01:00
ffi.rs Fix static relocation model for PowerPC64 2021-05-28 03:48:39 +02:00
mod.rs Add a new ABI to support cmse_nonsecure_call 2021-02-02 13:04:31 +00:00