This is an archive of the discontinued LLVM Phabricator instance.

[LLVM test-suite] : Changes to port timeit utility on Windows/WoA platform
AbandonedPublic

Authored by quic-kirthana on Jun 1 2023, 7:11 AM.

Details

Reviewers
None
Summary
  1. TestFile.cmake : To adapt the path to be compatable with windows command prompt {ARGS_WORKDIR} is replaced with {CMAKE_CURRENT_BINARY_DIR} i.e. to use absolute path instead of %d%/relative path
  1. timeit.py : Arguments like --limit-core, --limit-cpu are suppressed as its not compatable on Windows platform
  1. timeit.c : Current setup is Linux platform dependent, so we are using workaround put on phabriactor(D6460) to make it compatable on Windows platform

This patch will be abandoned as its trial.

Event Timeline

quic-kirthana created this revision.Jun 1 2023, 7:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 7:11 AM
Herald added a subscriber: mstorsjo. · View Herald Transcript
quic-kirthana requested review of this revision.Jun 1 2023, 7:11 AM
quic-kirthana abandoned this revision.Jun 1 2023, 7:12 AM
quic-kirthana retitled this revision from [LLVM Test Suite] : Trail changes to port timeit utility on Windows/WoA platform to [LLVM test-suite] : Trail changes to port timeit utility on Windows/WoA platform.
quic-kirthana edited the summary of this revision. (Show Details)
quic-kirthana retitled this revision from [LLVM test-suite] : Trail changes to port timeit utility on Windows/WoA platform to [LLVM test-suite] : Changes to port timeit utility on Windows/WoA platform.Jun 1 2023, 7:19 AM
quic-kirthana edited the summary of this revision. (Show Details)