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
2025-02-01 05:01:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
History
Colin LeMahieu
49d7a1d2ee
[MC] Common symbols weren't being checked for redeclaration which allowed an assembly file to generate an assertion in setCommon(): !isCommon(). This change allows redeclaration as long as the size and alignment match exactly, otherwise report a fatal error.
...
llvm-svn: 239227
2015-06-06 20:12:40 +00:00
..
llvm
[MC] Common symbols weren't being checked for redeclaration which allowed an assembly file to generate an assertion in setCommon(): !isCommon(). This change allows redeclaration as long as the size and alignment match exactly, otherwise report a fatal error.
2015-06-06 20:12:40 +00:00
llvm-c
[C API] Add LLVMStructGetTypeAtIndex.
2015-06-04 09:09:53 +00:00