diff options
author | Jim Ingham <jingham@apple.com> | 2014-06-19 18:25:51 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2014-06-19 18:25:51 +0000 |
commit | e4ce44197ca944ab5040f1d4cc7177de389f3f64 (patch) | |
tree | affb0de48516261c7c203966bb5b28a2de8518b0 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 21fdc93272eb34594dd61d255d89fe210d0c13fe (diff) | |
download | llvm-e4ce44197ca944ab5040f1d4cc7177de389f3f64.zip llvm-e4ce44197ca944ab5040f1d4cc7177de389f3f64.tar.gz llvm-e4ce44197ca944ab5040f1d4cc7177de389f3f64.tar.bz2 |
Switch over to using object_getClass to get the class of an object. Previously we were
directly accessing the isa pointer of a class object to get its meta-class, but the isa
pointers are not simple pointers on arm64, so this would cause the stepping to fail.
object_getClass does whatever magic needs doing in this case.
<rdar://problem/17239690>
llvm-svn: 211289
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions