Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE.
[oota-llvm.git] / test / DebugInfo / namespace_inline_function_definition.ll
index 99b09c9545ae08835d56762f5a60e0aa758c3bae..abbe9c34e96aceca8f76b919c8237259c2429f0c 100644 (file)
@@ -1,6 +1,6 @@
 ; REQUIRES: object-emission
 
-; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: %llc_dwarf -O0 -filetype=obj -dwarf-linkage-names=Enable < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
 
 ; Generate from clang with the following source. Note that the definition of
 ; the inline function follows its use to workaround another bug that should be