- src/libraries/System.Private.CoreLib/*
- src/libraries/Native/Unix/System.Globalization.Native/*
- src/libraries/Native/Unix/Common/*
+ - src/native/*
exclude:
- eng/Version.Details.xml
- '*.md'
- src/libraries/Native/Unix/System.Globalization.Native/*
- src/libraries/Native/Unix/Common/*
- src/tests/BuildWasmApps/*
+ - src/native/*
exclude:
- eng/Version.Details.xml
- '*.md'
condition: >-
or(
eq(dependencies.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
+ eq(dependencies.evaluate_paths.outputs['SetPathVars_runtimetests.containsChange'], true),
eq(variables['isFullMatrix'], true))
#
shared_ptr<SlowPathELTProfiler> SlowPathELTProfiler::s_profiler;
+#define PROFILER_STUB static void STDMETHODCALLTYPE
+
#ifndef WIN32
#define UINT_PTR_FORMAT "lx"
-#define PROFILER_STUB __attribute__((visibility("hidden"))) static void STDMETHODCALLTYPE
#else // WIN32
#define UINT_PTR_FORMAT "llx"
-#define PROFILER_STUB static void STDMETHODCALLTYPE
#endif // WIN32
PROFILER_STUB EnterStub(FunctionIDOrClientID functionId, COR_PRF_ELT_INFO eltInfo)
shared_ptr<InliningProfiler> InliningProfiler::s_profiler;
+#define PROFILER_STUB static void STDMETHODCALLTYPE
+
#ifndef WIN32
#define UINT_PTR_FORMAT "lx"
-#define PROFILER_STUB __attribute__((visibility("hidden"))) static void STDMETHODCALLTYPE
#else // WIN32
#define UINT_PTR_FORMAT "llx"
-#define PROFILER_STUB static void STDMETHODCALLTYPE
#endif // WIN32
PROFILER_STUB EnterStub(FunctionIDOrClientID functionId, COR_PRF_ELT_INFO eltInfo)