This is an archive of the discontinued LLVM Phabricator instance.

[builtins] Flag __builtin_cl* functions as `static`
Needs ReviewPublic

Authored by alexcrichton on Jun 24 2017, 12:00 PM.

Details

Summary

Without these then all of these functions show up in all object files which include int_lib.h on Windows. This'll help prevent duplicate symbols by ensuring they're not exported.

Diff Detail