Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF] Fix variable names in comments after VariableName -> variableName change | Fangrui Song | 2019-07-16 | 1 | -2/+2 |
| | | | | | | Also fix some typos. llvm-svn: 366181 | ||||
* | Fix r346747 and r346796 | Diana Picus | 2018-11-14 | 1 | -0/+1 |
| | | | | | | | Require x86 for the tests in order to fix non-x86 bots. This seems to be the case for all other tests in that directory. llvm-svn: 346842 | ||||
* | [ELF] Add a better test for the multi-CU .gdb_index bug that D54361 fixed | Fangrui Song | 2018-11-13 | 1 | -0/+35 |
gdb-index-multiple-cu-2.s puts the symbol in question to another object file %t1.o, so that its CuIndex is affected by the number of CUs in %t.o Also change `Kind:` in a comment to `Attributes:` as a follow-up of D54480 and D54481 llvm-svn: 346796 |