diff options
author | Florian Hahn <flo@fhahn.com> | 2019-03-19 21:18:59 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2019-03-19 21:18:59 +0000 |
commit | 91d96b3a6a1d9ece2d4cd5a597ef1bf2211dabb3 (patch) | |
tree | 21cbd3c675f96ad701b9920888af6195ce86a69d | |
parent | 2dd1566e8bb9b20bbecf23db130846e3881714c1 (diff) | |
download | bcm5719-llvm-91d96b3a6a1d9ece2d4cd5a597ef1bf2211dabb3.tar.gz bcm5719-llvm-91d96b3a6a1d9ece2d4cd5a597ef1bf2211dabb3.zip |
[DwarfDebug] Add triple to test.
llvm-svn: 356521
-rw-r--r-- | llvm/test/MC/X86/dwarf-size-field-overflow.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/X86/dwarf-size-field-overflow.test b/llvm/test/MC/X86/dwarf-size-field-overflow.test index 954772a28f0..72f3bd3a900 100644 --- a/llvm/test/MC/X86/dwarf-size-field-overflow.test +++ b/llvm/test/MC/X86/dwarf-size-field-overflow.test @@ -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 |