Set dso_local for runtime function.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 20 Mar 2018 20:27:30 +0000 (20:27 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 20 Mar 2018 20:27:30 +0000 (20:27 +0000)
commit3c9be62d24bf8de495dc6c707c8dbd3cedc86eef
treec4a8935631a3f44b3a8ccf4039bdec364a94c18b
parent4c60c222e44dc568f9d8bab1459ae1bc90cf2991
Set dso_local for runtime function.

This is another case where there is special logic for adding dllimport
and so we cannot use setGVProperties.

llvm-svn: 328036
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGenCXX/runtime-dllstorage.cpp