mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 10:26:06 +00:00
3 lines
198 B
C
3 lines
198 B
C
// RUN: %clang -target x86_64-unknown-linux -fwhole-program-vtables -### %s 2>&1 | FileCheck --check-prefix=NO-LTO %s
|
|
// NO-LTO: invalid argument '-fwhole-program-vtables' only allowed with '-flto'
|