This is an archive of the discontinued LLVM Phabricator instance.

[tests][compiler-rt] Implement generic_ldbl{80,128}_test targets
Needs ReviewPublic

Authored by atrosinenko on Sep 11 2020, 9:13 AM.

Details

Summary

This patch introduces two "generic" pseudo targets to simplify testing
the changes to builtins library on a developer machine.

These targets

  • ignore any target-specific subdirectories
  • use the specified size of long double (this may simplify testing of QUAD_PRECISION libcall variants when working on a generic implementation on an X86 host)
  • are intended *for testing only*
  • may produce false positives (at least when non-default size of long double is selected)

Diff Detail

Event Timeline

atrosinenko created this revision.Sep 11 2020, 9:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 11 2020, 9:13 AM
Herald added subscribers: Restricted Project, mgorny, dberris. · View Herald Transcript
atrosinenko requested review of this revision.Sep 11 2020, 9:13 AM