[llvm] r174992 - Remove target-specific info from the testcase for DWARF/pubnames.

Krzysztof Parzyszek kparzysz at codeaurora.org
Tue Feb 12 10:53:21 PST 2013


Author: kparzysz
Date: Tue Feb 12 12:53:21 2013
New Revision: 174992

URL: http://llvm.org/viewvc/llvm-project?rev=174992&view=rev
Log:
Remove target-specific info from the testcase for DWARF/pubnames.

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

Modified: llvm/trunk/test/DebugInfo/dwarf-public-names.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dwarf-public-names.ll?rev=174992&r1=174991&r2=174992&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/dwarf-public-names.ll (original)
+++ llvm/trunk/test/DebugInfo/dwarf-public-names.ll Tue Feb 12 12:53:21 2013
@@ -45,9 +45,6 @@
 ; CHECK: global_function
 ; CHECK: member_function
 
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
-target triple = "x86_64-unknown-linux-gnu"
-
 %struct.C = type { i8 }
 
 @_ZN1C22static_member_variableE = global i32 0, align 4





More information about the llvm-commits mailing list