serge-sans-paille
|
4ab3041acb
|
Revert "[NFC] remove explicit default value for strboolattr attribute in tests"
This reverts commit bda6e5bee0 .
See https://lab.llvm.org/buildbot/#/builders/109/builds/15424 for instance
|
2021-05-24 19:43:40 +02:00 |
serge-sans-paille
|
bda6e5bee0
|
[NFC] remove explicit default value for strboolattr attribute in tests
Since d6de1e1a71 , no attributes is quivalent to
setting attribute to false.
This is a preliminary commit for https://reviews.llvm.org/D99080
|
2021-05-24 19:31:04 +02:00 |
Fangrui Song
|
502a77f125
|
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" as cleanups after D56351
|
2019-12-24 15:57:33 -08:00 |
David Blaikie
|
7b585673d1
|
DebugInfo: Use assembly label arithmetic for address pool size for easier reading/editing
Recommits 350048, 350050 That broke buildbots because of some typos in
the test case.
llvm-svn: 352019
|
2019-01-24 03:27:57 +00:00 |
Max Kazantsev
|
0b455c2b71
|
Revert rL350048 and rL350050
These patches have broken almost all buildbots on test
DebugInfo/X86/addr_comments.ll. Reverting to green.
llvm-svn: 350052
|
2018-12-24 10:30:04 +00:00 |
David Blaikie
|
e20bf9ab91
|
DebugInfo: Use assembly label arithmetic for address pool size for easier reading/editing
llvm-svn: 350048
|
2018-12-24 07:35:10 +00:00 |
David Blaikie
|
d671eb7e7c
|
DebugInfo: Add assembly comments for debug_addr contribution header fields
llvm-svn: 350047
|
2018-12-24 07:09:50 +00:00 |