[PATCH] D126308: cmake: use llvm dir variables for clang/utils/hmaptool

Douglas Yung via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 10:59:10 PDT 2022


dyung added a comment.

In D126308#3582337 <https://reviews.llvm.org/D126308#3582337>, @mizvekov wrote:

> In D126308#3581240 <https://reviews.llvm.org/D126308#3581240>, @dyung wrote:
>
>> Can you take a look?
>
> Hi @dyung , thanks for the report and sorry for the trouble!
> Can you help me try to reproduce it?
>
> Which version of Visual Studio, and what preset are you using?

Sure, we are using Visual Studio 2019. The cmake command I use is:

  cmake.exe -G "Visual Studio 16 2019" -DCLANG_ENABLE_ARCMT=OFF -DCMAKE_BUILD_TYPES=Release -DLLVM_BUILD_RUNTIME=OFF -DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-ps4-scei -DLLVM_ENABLE_TIMESTAMPS=OFF -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_TOOL_LLD_BUILD=OFF -DLLVM_VERSION_SUFFIX= -DLLVM_LIT_ARGS="--verbose -j24" -Thost=x64 -DLLVM_ENABLE_PROJECTS=clang <path to llvm>

>From the files that are generated, we then do a Release build and try to run the tests using that. (Although I believe any build type should be affected similarly.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126308/new/

https://reviews.llvm.org/D126308



More information about the cfe-commits mailing list