# HG changeset patch # User anatofuz # Date 1584603655 -32400 # Node ID 046efcf57887abb6c6c9363d688c8cc63efcd10e # Parent c936242a6e27062381042d2c036545d580282c99 fix use HasCodeSegment at CGCall.cpp diff -r c936242a6e27 -r 046efcf57887 clang/lib/CodeGen/CGCall.cpp --- a/clang/lib/CodeGen/CGCall.cpp Thu Mar 19 16:35:28 2020 +0900 +++ b/clang/lib/CodeGen/CGCall.cpp Thu Mar 19 16:40:55 2020 +0900 @@ -1755,7 +1755,7 @@ break; } #ifndef noCbC - if (getLangOpts().hasCodeSegment()) { + if (getLangOpts().HasCodeSegment()) { FpKind = "none"; } #endif