summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/thinlto-backend-option.ll
AgeCommit message (Collapse)Author
2023-07-19[ThinLTO][AIX] Enable thinlto on AIXWael Yehia
Starting from AIX 7.2 TL5 SP6 and AIX 7.3 TL2 the system linker supports thinLTO. Reviewed By: ZarkoCA, MaskRay Differential Revision: https://reviews.llvm.org/D155700
2022-12-02[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'Paul Robinson
Part of the project to eliminate special handling for triples in lit expressions. Differential Revision: https://reviews.llvm.org/D137437
2021-04-26XFAIL thinlto testcases on AIXWael Yehia
In D100350, we switched off thinLTO on the AIX OS. So, XFAIL tests that invoke clang with -flto=thin on AIX.
2018-04-12Remove -cc1 option "-backend-option".Eli Friedman
It means the same thing as -mllvm; there isn't any reason to have two options which do the same thing. Differential Revision: https://reviews.llvm.org/D45109 llvm-svn: 329965
2017-06-14Be more strict when checking the -flto option valueYuka Takahashi
Summary: It seems -flto must be either "thin" or "full". I think the use of containValue is just a typo. Reviewers: ruiu, tejohnson Subscribers: mehdi_amini, inglorion Differential Revision: https://reviews.llvm.org/D34055 llvm-svn: 305392
2017-04-19Parse backend options during thinlto backend compile actionsDavid Blaikie
llvm-svn: 300741