1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/ExecutionEngine/OrcLazy
Lang Hames 710863f2b4 [ORC] Honor linker private global prefix on symbol names.
If a symbol name begins with the linker private global prefix (as
described by the DataLayout) then it should be treated as non-exported,
regardless of its LLVM IR visibility value.
2020-06-15 10:28:36 -07:00
..
Inputs Re-apply 0071eaaf089, "[ORC] Export __cxa_atexit ...", with fixes. 2020-04-02 16:03:35 -07:00
anonymous_globals.ll
bad-object-file.ll
basic-object-file-loading.ll [ORC] Don't require a null-terminator on MemoryBuffers for objects in archives. 2020-04-01 12:16:38 -07:00
basic-whole-module-partitions.ll
common-symbols.ll
emulated-tls.ll
global_aliases.ll
global-ctors-and-dtors.ll Re-apply 0071eaaf089, "[ORC] Export __cxa_atexit ...", with fixes. 2020-04-02 16:03:35 -07:00
hidden-visibility.ll
lit.local.cfg
macho-universal-static-library-support.ll [ORC] Add MachO universal binary support to StaticLibraryDefinitionGenerator. 2020-04-05 20:21:05 -07:00
minimal-throw-catch.ll [ORC] Enable exception handling in JIT'd code when using LLJIT on Darwin. 2020-03-12 15:33:56 -07:00
minimal.ll
module-flags.ll
multiple-compile-threads-basic.ll
objc-minimal.ll Disable memory leak checking in a test to work around a bot failure 2020-02-26 14:51:50 -08:00
printargv.ll
private_linkage.ll [ORC] Honor linker private global prefix on symbol names. 2020-06-15 10:28:36 -07:00
single-function-call.ll
static-initializers-in-objectfiles.ll [ORC] Update LLJIT to automatically run specially named initializer functions. 2020-02-22 11:49:14 -08:00
static-library-support.ll [ORC] Don't require a null-terminator on MemoryBuffers for objects in archives. 2020-04-01 12:16:38 -07:00
weak-function.ll
weak-non-materialization.ll