bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-dwarfutil/error-no-gc-odr.test

7 lines
325 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
## This test checks the error message displayed if ODR deduplication
## is enabled while debug info garbage collection is disabled.
# RUN: not llvm-dwarfutil --no-garbage-collection --odr-deduplication - - 2>&1 | FileCheck --check-prefix CHECK %s
# CHECK: error: cannot use --odr-deduplication without --garbage-collection