summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/PowerPC/toc-data-attribute.cpp
AgeCommit message (Collapse)Author
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
Also replace aarch64-none-linux-gnu (none can indicate an OS as well) with aarch64
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda
This patch enables support that the XL compiler had for AIX under -qdatalocal/-qdataimported.