Jonathan Roelofs
7f93ff58e1
[llvm] Fix broken cases of 'CHECK[^:]*$' in tests
2020-01-28 09:52:59 -07:00
Fangrui Song
a36ddf0aa9
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351
2019-12-24 16:27:51 -08:00
Nilanjana Basu
faed8516e4
Changing CodeView debug info type record representation in assembly files to make it more human-readable & editable & fixing bug introduced in r364987
...
llvm-svn: 365417
2019-07-09 01:11:02 +00:00
Nilanjana Basu
c0b557744a
Revert Changing CodeView debug info type record representation in assembly files to make it more human-readable & editable
...
This reverts r364982 (git commit 2082bf28eb
)
llvm-svn: 364987
2019-07-03 00:51:49 +00:00
Nilanjana Basu
2082bf28eb
Changing CodeView debug info type record representation in assembly files to make it more human-readable & editable
...
llvm-svn: 364982
2019-07-03 00:26:23 +00:00
Fangrui Song
e29e30b139
[llvm-readobj] Change -long-option to --long-option in tests. NFC
...
We use both -long-option and --long-option in tests. Switch to --long-option for consistency.
In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf.
While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf).
llvm-svn: 359649
2019-05-01 05:27:20 +00:00
Aaron Smith
994023a3f1
[DebugInfo] Combine Trivial and NonTrivial flags
...
Summary:
Companion to https://reviews.llvm.org/D59347
Reviewers: rnk, zturner, probinson, dblaikie, deadalnix
Subscribers: aprantl, jdoerfert, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59348
llvm-svn: 358220
2019-04-11 20:25:10 +00:00
James Y Knight
693d39dd12
Remove irrelevant references to legacy git repositories from
...
compiler identification lines in test-cases.
(Doing so only because it's then easier to search for references which
are actually important and need fixing.)
llvm-svn: 351200
2019-01-15 16:18:52 +00:00
Paul Robinson
7402fd9a35
Rename DIFlagFixedEnum to DIFlagEnumClass. NFC
...
llvm-svn: 350641
2019-01-08 17:52:29 +00:00
Aaron Smith
da0602c154
[CodeView] Only add the Scoped flag for an enum type when it has an immediate function scope to match MSVC
...
Reviewers: rnk, zturner, llvm-commits
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D52706
llvm-svn: 343627
2018-10-02 20:28:15 +00:00