]> granicus.if.org Git - clang/commit
CodeGen: correct the case for swift 4.2, 5.0
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 26 Oct 2018 03:16:16 +0000 (03:16 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 26 Oct 2018 03:16:16 +0000 (03:16 +0000)
commit74203139fd465ef897b10886118e1ac45fe04bc2
tree277ca087cc4ca18332e584753f83fbb7f869692d
parentb6bd5e33fafcf1c27d74c436885aa61fde1bd9b0
CodeGen: correct the case for swift 4.2, 5.0

This corrects the leader for the swift names.  The encoding for 4.2 and
5.0 differ by a single bit on the second character and were swapped.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345360 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/cf-runtime-abi.c