[flang-commits] [flang] [flang] Modify lto testcase for AIX (PR #74496)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Tue Dec 5 12:29:23 PST 2023


================
@@ -31,5 +31,6 @@
 ! THIN-LTO-ALL: "-fc1"
 ! THIN-LTO-ALL-SAME: "-flto=thin"
 ! THIN-LTO-LINKER-PLUGIN: "-plugin-opt=thinlto"
+! THIN-LTO-LINKER-PLUGIN-AIX: "-bdbg:thinlto"
----------------
luporl wrote:

Is `-bdbg:thinlto` also related to a linker plugin? If not, it would be better to change the check prefix to something like `THIN-LTO-LINKER-FLAG-AIX`.

https://github.com/llvm/llvm-project/pull/74496


More information about the flang-commits mailing list