[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-dwarfutil / error-no-gc-odr.test
blobd52cca3c71482ea0932309ba305fc875d00f9b7d
1 ## This test checks the error message displayed if ODR deduplication
2 ## is enabled while debug info garbage collection is disabled.
4 # RUN: not llvm-dwarfutil --no-garbage-collection --odr-deduplication - - 2>&1 | FileCheck --check-prefix CHECK %s
6 # CHECK: error: cannot use --odr-deduplication without --garbage-collection