[PATCH] D148861: [Demangle] fix another test on windows

Alan Zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 17:15:10 PDT 2023


ayzhao accepted this revision.
ayzhao added a comment.
This revision is now accepted and ready to land.

LGTM, confirmed this fixes the remaining broken tests on Windows:

  C:\src\llvm-project\build-ninja>.\bin\llvm-lit.py ..\llvm\test\Transforms\SampleProfile\remap-2.ll
  llvm-lit.py: C:\src\llvm-project\llvm\utils\lit\lit\llvm\config.py:46: note: using lit tools: C:\Program Files\Git\usr\bin
  -- Testing: 1 tests, 1 workers --
  PASS: LLVM :: Transforms/SampleProfile/remap-2.ll (1 of 1)
  
  Testing Time: 0.44s
    Passed: 1
  
  C:\src\llvm-project\build-ninja>unittests\ProfileData\ProfileDataTests.exe
  [==========] Running 197 tests from 10 test suites.
  [----------] Global test environment set-up.
  
  (output redacted for brevity)
  
  [----------] Global test environment tear-down
  [==========] 197 tests from 10 test suites ran. (283 ms total)
  [  PASSED  ] 197 tests.




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148861



More information about the llvm-commits mailing list