summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile/NativePDB
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-11-17 00:05:06 +0000
committerZachary Turner <zturner@google.com>2018-11-17 00:05:06 +0000
commitd7c6e9e9bd8e54f1f7fa532152a942bbf6013316 (patch)
treed8f22a1f1788e7254e3063afc32dbbc6be97ade8 /lldb/lit/SymbolFile/NativePDB
parent85362113c754a3271aaec8bc64150c8a451e5d88 (diff)
downloadbcm5719-llvm-d7c6e9e9bd8e54f1f7fa532152a942bbf6013316.tar.gz
bcm5719-llvm-d7c6e9e9bd8e54f1f7fa532152a942bbf6013316.zip
Add missing triple from llvm-mc command line.
llvm-svn: 347114
Diffstat (limited to 'lldb/lit/SymbolFile/NativePDB')
-rw-r--r--lldb/lit/SymbolFile/NativePDB/s_constant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/SymbolFile/NativePDB/s_constant.cpp b/lldb/lit/SymbolFile/NativePDB/s_constant.cpp
index 6372bc3c8e1..cd8e3d169f4 100644
--- a/lldb/lit/SymbolFile/NativePDB/s_constant.cpp
+++ b/lldb/lit/SymbolFile/NativePDB/s_constant.cpp
@@ -3,7 +3,7 @@
// Test that we can display S_CONSTANT records.
-// RUN: llvm-mc -filetype=obj %p/Inputs/s_constant.s > %t.obj
+// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-win32 %p/Inputs/s_constant.s > %t.obj
// RUN: lld-link /DEBUG /nodefaultlib /entry:main /OUT:%t.exe /PDB:%t.pdb -- %t.obj
// RUN: env LLDB_USE_NATIVE_PDB_READER=1 lldb -f %t.exe -s \
// RUN: %p/Inputs/s_constant.lldbinit | FileCheck %s
OpenPOWER on IntegriCloud