about summary refs log tree commit diff
path: root/src/test/ui/invalid/invalid-llvm-passes.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-4/+0
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-1/+1
2021-05-08Support -C passes in NewPMNikita Popov-0/+4
And report an error if parsing the additional pass pipeline fails. Threading through the error accounts for most of the changes here.