This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-23 11:13:28 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
4ad44d85e5
llvm-mirror
/
include
History
Tim Northover
a8373fee73
arm64: count Triple::aarch64_32 as an aarch64 target and enable leaf frame pointers
2020-12-03 11:09:44 +00:00
..
llvm
arm64: count Triple::aarch64_32 as an aarch64 target and enable leaf frame pointers
2020-12-03 11:09:44 +00:00
llvm-c
Creating a named struct requires only a Context and a name, but looking up a struct by name requires a Module. The method on Module merely accesses the LLVMContextImpl and no data from the module itself, so this patch moves getTypeByName to a static method on StructType that takes a Context and a name.
2020-11-30 11:34:12 -08:00