mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
fc89c142d3e53c430558ea18e435813e14ebe8ac
correctly, and added a testcase to check that it works. The main problem here is that Objective-C class method selectors are external references stored in a special data structure in the LLVM IR module for an expression. I just had to extract them and ensure that the real class object locations were properly resolved. llvm-svn: 143520
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%