This is an archive of the discontinued LLVM Phabricator instance.

compiler-rt: Remove unnecesary typedefs in tsan_interface
ClosedPublic

Authored by charco on Aug 28 2020, 5:13 PM.

Details

Summary

These typedefs are not used anywhere else in this compilation unit.

Change-Id: Ic11bdff9c90600df211da327dc782ef1b46ba3a6

Diff Detail

Event Timeline

charco created this revision.Aug 28 2020, 5:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2020, 5:13 PM
Herald added subscribers: Restricted Project, danielkiss, dberris. · View Herald Transcript
charco requested review of this revision.Aug 28 2020, 5:13 PM
mcgrathr accepted this revision.Aug 28 2020, 5:55 PM

They don't appear anywhere in this file, and presumably if you wanted those types you should use <stdint.h> from the compiler anyway.

This revision is now accepted and ready to land.Aug 28 2020, 5:55 PM
charco updated this revision to Diff 288744.Aug 28 2020, 6:37 PM

Update commit message.

This revision was landed with ongoing or failed builds.Aug 28 2020, 6:45 PM
This revision was automatically updated to reflect the committed changes.