CodeGen: alter CFConstantString class name for swift 5.0
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 25 Oct 2018 17:52:13 +0000 (17:52 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 25 Oct 2018 17:52:13 +0000 (17:52 +0000)
commit0c16a13fb9148b3190f792dc726ffb9261163da8
treea77328b162b5acc6ff762a75b574b6596c9a9da5
parentf02c0f8af6fc16cfd1278ab90e41429876c25eb8
CodeGen: alter CFConstantString class name for swift 5.0

Swift 5.0 has changed the name decoration for swift symbols, using a 'S' sigil
rather than 's' as in 4.2.  Adopt the new convention.

llvm-svn: 345291
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGen/cf-runtime-abi.c