Test cannot succeed on Windows due to DLL / dyn linker behavior.
This commit is contained in:
parent
1f6b27c24c
commit
79d830c122
@ -8,6 +8,9 @@
|
||||
|
||||
// RUN: clang -shared -fPIC -DBUILD_SHARED %s -o%T/libSymbols%shlibext
|
||||
// RUN: %cling --nologo -L%T -lSymbols %s | FileCheck %s
|
||||
// This won't work on Windows as the weak symbol's address is not uniqued
|
||||
// across DLL boundaries.
|
||||
// REQUIRES: not_system-windows
|
||||
|
||||
// Check that weak symbols do not get re-emitted (ROOT-6124)
|
||||
extern "C" int printf(const char*,...);
|
||||
|
Loading…
x
Reference in New Issue
Block a user