llvm-capstone/compiler-rt/test/orc
Ben Langmuir 05a0d94416
[orc][mach-o] Fix mixing objc and swift code in a single JITDylib (#69258)
The system linker merges __objc_imageinfo flags values to select a
compatible set of flags using the minimum swift version and only
erroring on incompatible ABIs. Match that behaviour in the orc macho
platform. One wrinkle is that the JIT can add new objects after the
dylib is running code. In that case we only check for known incompatible
flags and ignore the swift version. It's too late to change the flags at
that point and swift version is unlikely to change runtime behaviour in
practice.
2023-11-03 08:32:08 -07:00
..
TestCases [orc][mach-o] Fix mixing objc and swift code in a single JITDylib (#69258) 2023-11-03 08:32:08 -07:00
CMakeLists.txt [test] Add lli into ORC_TEST_DEPS 2023-06-21 16:13:47 -07:00
lit.cfg.py [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
lit.site.cfg.py.in [ORC-RT] Refactor ORC runtime CMake for future test tool(s). 2022-09-02 20:59:57 -07:00