[llvm] r356521 - [DwarfDebug] Add triple to test.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 14:18:59 PDT 2019
Author: fhahn
Date: Tue Mar 19 14:18:59 2019
New Revision: 356521
URL: http://llvm.org/viewvc/llvm-project?rev=356521&view=rev
Log:
[DwarfDebug] Add triple to test.
Modified:
llvm/trunk/test/MC/X86/dwarf-size-field-overflow.test
Modified: llvm/trunk/test/MC/X86/dwarf-size-field-overflow.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/dwarf-size-field-overflow.test?rev=356521&r1=356520&r2=356521&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/dwarf-size-field-overflow.test (original)
+++ llvm/trunk/test/MC/X86/dwarf-size-field-overflow.test Tue Mar 19 14:18:59 2019
@@ -1,7 +1,7 @@
# This test generates too many debug location entries to fit into 65KB required
# by DWARF < 5. Check that the location is set to 0 instead of crashing.
#
-# RUN: %python %s 4000 | llc -filetype=obj -o %t
+# RUN: %python %s 4000 | llc -mtriple=x86_64-apple-darwin -filetype=obj -o %t
# RUN: llvm-dwarfdump %t | FileCheck %s
#
# CHECK: 0x0000004d: DW_TAG_formal_parameter
More information about the llvm-commits
mailing list