1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
David Majnemer 3f7418932f [CodeView] Don't emit debuginfo for imported symbols
Emitting symbol information requires us to have a definition for the
symbol.  A symbol reference is insufficient.

This fixes PR28123.

llvm-svn: 272738
2016-06-15 00:19:52 +00:00
..
Analysis IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
AsmParser IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
Bitcode IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
CodeGen [CodeView] Don't emit debuginfo for imported symbols 2016-06-15 00:19:52 +00:00
DebugInfo [pdbdump] Verify TPI hash for LF_ENUM type records. 2016-06-14 22:25:07 +00:00
ExecutionEngine IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
Fuzzer Revert "Enable libFuzzer's afl_driver to append stderr to a file." 2016-06-14 22:09:00 +00:00
IR Verifier: check that functions have at most a single !prof attachment. 2016-06-14 23:13:15 +00:00
IRReader Remove autoconf support 2016-01-26 21:29:08 +00:00
LibDriver LibDriver: Silently do nothing when provided no inputs. 2016-04-13 19:36:04 +00:00
LineEditor Fix Clang-tidy modernize-deprecated-headers warnings in some files; other minor fixes. 2016-03-28 17:40:08 +00:00
Linker IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
LTO Remove the ScalarReplAggregates pass 2016-06-15 00:19:09 +00:00
MC Apply most suggestions of clang-tidy's performance-unnecessary-value-param 2016-06-08 19:09:22 +00:00
Object [Symbolize] Check if the PE file has a PDB and emit an error if we can't load it 2016-06-03 20:25:09 +00:00
ObjectYAML [obj2yaml] [yaml2obj] Support for MachO nlist and string table 2016-06-02 22:54:06 +00:00
Option Option parser: class for consuming a joined arg in addition to all remaining args 2016-04-15 00:23:30 +00:00
Passes [PM] Port WholeProgramDevirt to the new pass manager. 2016-06-14 21:44:19 +00:00
ProfileData Bug fix remove another illegal char from prof symbol name 2016-06-10 06:32:26 +00:00
Support Add a Musl environment to the triple. 2016-06-14 12:45:33 +00:00
TableGen Avoid copies of std::strings and APInt/APFloats where we only read from it 2016-06-08 10:01:20 +00:00
Target Remove the ScalarReplAggregates pass 2016-06-15 00:19:09 +00:00
Transforms Remove the ScalarReplAggregates pass 2016-06-15 00:19:09 +00:00
CMakeLists.txt Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
LLVMBuild.txt Add LLVMBuild for ObjectYAML. 2016-03-01 21:29:33 +00:00