forked from OSchip/llvm-project
7 lines
325 B
Plaintext
7 lines
325 B
Plaintext
## 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
|