[all-commits] [llvm/llvm-project] 959804: [LLDB] [test] Use %clang_cl instead of build.py in...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Thu Oct 17 12:21:35 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 95980409e6531347a39ae764cb769dc8ad835adf
      https://github.com/llvm/llvm-project/commit/95980409e6531347a39ae764cb769dc8ad835adf
  Author: Martin Storsjo <martin at martin.st>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M lldb/test/Shell/SymbolFile/NativePDB/disassembly.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-calling-conv.cpp

  Log Message:
  -----------
  [LLDB] [test] Use %clang_cl instead of build.py in a few tests

This allows explicitly specifying the intended target architecture,
for tests that aren't supposed to be executed, and that don't
require MSVC headers or libraries to be available.

(These tests already implicitly assumed to be built for x86; one
didn't specify anything, assuming x86_64, while the other specified
--arch=32, which only picks the 32 bit variant of the default target
architecture).

Join two comment lines in disassembly.cpp, to keep row numbers
checked in the test unchanged.

This fixes running check-lldb on arm linux.

Differential Revision: https://reviews.llvm.org/D69031

llvm-svn: 375156




More information about the All-commits mailing list