These are needed to make bots happy.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The -Wno-pedantic doesn't seem to apply on crtbegin.o so I committed rCTE359655 to suppress the pendantic warnings.
Paths
| Differential D61363
[compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.o ClosedPublic Authored by phosek on Apr 30 2019, 8:24 PM.
Details Summary These are needed to make bots happy.
Diff Detail
Event TimelineHerald 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 Closed by commit rL359646: [compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.o (authored by phosek). · Explain WhyApr 30 2019, 8:28 PM This revision was automatically updated to reflect the committed changes. Comment Actions The -Wno-pedantic doesn't seem to apply on crtbegin.o so I committed rCTE359655 to suppress the pendantic warnings.
Revision Contents
Diff 197504 compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
compiler-rt/trunk/cmake/config-ix.cmake
compiler-rt/trunk/lib/crt/CMakeLists.txt
|