summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/tls-fission.ll
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Merge fission and non-fission (and 32 and 64 bit) tests for TLS ↵David Blaikie2014-02-121-32/+0
| | | | | | support. llvm-svn: 201266
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer ↵David Blaikie2014-02-041-1/+1
| | | | | | | | | | | emits zero-length arrays as {i32 0} A bunch of test cases needed to be cleaned up for this, many my fault - when implementid imported modules I updated test cases by simply duplicating the prior metadata field - which wasn't always the empty metadata entry. llvm-svn: 200731
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-1/+2
| | | | | | | | We are going to drop debug info without a version number or with a different version number, to make sure we don't crash when we see bitcode files with different debug info metadata format. llvm-svn: 195504
* PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie2013-07-011-0/+31
llvm-svn: 185398
OpenPOWER on IntegriCloud