about summary refs log tree commit diff
path: root/src/test/codegen/instrument-mcount.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-7/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2020-04-14Update the minimum external LLVM to 8Josh Stone-1/+0
LLVM 8 was released on March 20, 2019, over a year ago.
2019-12-30Use function attribute "frame-pointer" instead of "no-frame-pointer-elim"Fangrui Song-1/+2
LLVM 8 (D56351) introduced "frame-pointer". In LLVM 10 (D71863), "no-frame-pointer-elim"/"no-frame-pointer-elim-non-leaf" will be ignored.
2019-03-31Fix testYuki OKUSHI-1/+1
2019-03-29Use platform dependent mcount functionYuki OKUSHI-0/+7