[PATCH] D51158: [PDB] Make variables.test to pass using a 32-bit compiler too
Aleksandr Urakov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 24 00:25:45 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL340597: [PDB] Make variables.test to pass using a 32-bit compiler too (authored by aleksandr.urakov, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D51158?vs=162156&id=162327#toc
Repository:
rL LLVM
https://reviews.llvm.org/D51158
Files:
lldb/trunk/lit/SymbolFile/PDB/variables.test
Index: lldb/trunk/lit/SymbolFile/PDB/variables.test
===================================================================
--- lldb/trunk/lit/SymbolFile/PDB/variables.test
+++ lldb/trunk/lit/SymbolFile/PDB/variables.test
@@ -1,5 +1,5 @@
REQUIRES: windows
-RUN: clang-cl /Z7 /c /GS- %S/Inputs/VariablesTest.cpp /o %T/VariablesTest.cpp.obj
+RUN: clang-cl -m64 /Z7 /c /GS- %S/Inputs/VariablesTest.cpp /o %T/VariablesTest.cpp.obj
RUN: link %T/VariablesTest.cpp.obj /DEBUG /nodefaultlib /ENTRY:main /OUT:%T/VariablesTest.cpp.exe
RUN: lldb-test symbols %T/VariablesTest.cpp.exe | FileCheck %s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51158.162327.patch
Type: text/x-patch
Size: 589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180824/56a16e40/attachment.bin>
More information about the llvm-commits
mailing list