This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2025-01-10 06:03:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c552d8f09a
llvm
/
test
/
Object
/
lit.local.cfg
2 lines
50 B
INI
Raw
Normal View
History
Unescape
Escape
Change how symbol sizes are handled in lib/Object. COFF and MachO only define symbol sizes for common symbols. Reflect that in the class hierarchy by having a method for common symbols only in the base and a general one in ELF. This avoids the need of using a magic value for the size, which had a few problems * Most callers didn't check for it. * The ones that did could not tell the magic value from a file actually having that value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240529 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-24 10:20:30 +00:00
config.suffixes
=
['.test', '.ll', '.s', '.yaml']
Reference in New Issue
Copy Permalink