concretize condition

This commit is contained in:
Karel Balej 2021-11-12 18:10:42 +01:00 committed by jenkins
parent 517d7e4bca
commit c1a6a8a634

View File

@ -453,7 +453,7 @@ namespace cling {
// Intercept all atexit calls, as the Interpreter and functions will be long
// gone when the -native- versions invoke them.
#if defined(__linux__)
#if defined(__GLIBC__)
const char* LinkageCxx = "extern \"C++\"";
const char* Attr = LangOpts.CPlusPlus ? " throw () " : "";
#else