xref: /aosp_15_r20/external/clang/test/Driver/whole-program-vtables.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: %clang -target x86_64-unknown-linux -fwhole-program-vtables -### %s 2>&1 | FileCheck --check-prefix=NO-LTO %s
2 // NO-LTO: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
3