[llvm] r193876 - Fix a test case broken by r193872

David Blaikie dblaikie at gmail.com
Fri Nov 1 11:18:16 PDT 2013


Author: dblaikie
Date: Fri Nov  1 13:18:16 2013
New Revision: 193876

URL: http://llvm.org/viewvc/llvm-project?rev=193876&view=rev
Log:
Fix a test case broken by r193872

Modified:
    llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll

Modified: llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll?rev=193876&r1=193875&r2=193876&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll Fri Nov  1 13:18:16 2013
@@ -37,7 +37,7 @@
 
 ; Darwin shouldn't be generating the section by default
 ; DARWIN: debug_pubnames
-; DARWIN: Size:                  0
+; DARWIN: unit_size = 0x00000000
 
 ; Skip the output to the header of the pubnames section.
 ; LINUX: debug_pubnames





More information about the llvm-commits mailing list