| Age | Commit message (Collapse) | Author |
|
Closes #19543
|
|
|
|
|
|
|
|
|
|
|
|
These functions allows the caller to find out wether the context
encounters broken debug info or not.
|
|
|
|
|
|
|
|
LLVM reduce size of emitted bitcode
|
|
|
|
|
|
This reduces the max memory usage.
|
|
This avoids llvm module verification errors when the strip option
is different across modules.
|
|
Rework LLVM debug locations to not emit them twice
|
|
|
|
|
|
Debug locations are no longer emitted twice every time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hello world now verifies when not stripped.
|
|
|
|
|
|
|
|
|
|
|
|
The bitcode abbrev was missing the subrange code
|
|
This fixes a problem where empty strings where not emitted as null.
This should also emit a smaller stringtab as all metadata strings were
emitted in both the strtab and in the strings block inside the metadata
block.
|
|
|
|
|
|
|
|
|
|
|