Commits

Joe Groff committed cf87b9d5713
IRGen: Generate `swift_fixLifetime` marker as a private stub. This lets us remove `swift_fixLifetime` as a real runtime entry point. Also, avoid generating the marker at all if the LLVM ARC optimizer won't be run, as in -Onone or -disable-llvm-arc-optimizer mode.