about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/emit-stack-sizes
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-15/+0
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-1/+1
2019-12-02Update the minimum external LLVM to 7Josh Stone-1/+0
LLVM 7 is over a year old, which should be plenty for compatibility. The last LLVM 6 holdout was llvm-emscripten, which went away in #65501. I've also included a fix for LLVM 8 lacking `MemorySanitizerOptions`, which was broken by #66522.
2019-02-11use ignore directives for run-make testsAndy Russell-23/+5
This makes the tests easier to read, and makes it possible to tell which tests aren't being run on the host platform. Fixes #56704.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-26don't run the test on macOSJorge Aparicio-1/+7
2018-09-26use `rustc -Vv` in the run-make testJorge Aparicio-4/+4
2018-09-26run test only if LLVM version is >= 6.0.0Jorge Aparicio-0/+13
2018-09-26add run-make testJorge Aparicio-0/+25