This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.o
ClosedPublic

Authored by phosek on Apr 30 2019, 8:24 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Apr 30 2019, 8:24 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 30 2019, 8:24 PM
Herald added subscribers: llvm-commits, Restricted Project, mgorny, dberris. · View Herald Transcript
This revision is now accepted and ready to land.Apr 30 2019, 8:26 PM
This revision was automatically updated to reflect the committed changes.

The -Wno-pedantic doesn't seem to apply on crtbegin.o so I committed rCTE359655 to suppress the pendantic warnings.