Details
Details
- Reviewers
compnerd t.p.northover
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Reed, care to bikeshed on a name? I'm drawing a blank.
Another option I considered was to add FILE_LEVEL_DIRECTIVE to the definition of DEFINE_COMPILERRT_PRIVATE_FUNCTION (just like DEFINE_COMPILERRT_FUNCTION has), and delete all of these. I'm not sure if that is correct though as there are a few other builtins that don't have .subsections_via_symbols.
Comment Actions
I think that adding that to DEFINE_COMPILERRT_PRIVATE_FUNCTION should be
okay. The only place that this is used currently is when you are defining
a private function.