We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d2adfb + 5fe4a78 commit 36246a2Copy full SHA for 36246a2
Runtimes/Core/Demangling/CMakeLists.txt
@@ -21,7 +21,8 @@ target_compile_definitions(swiftDemangling PRIVATE
21
# compiler, in order to avoid possible ODR violations if both are statically
22
# linked into the same binary. (see also commit message for 5b1daa9055c99904c84862ecc313641fd9b26e63)
23
target_compile_definitions(swiftDemangling PUBLIC
24
- $<$<COMPILE_LANGUAGE:C,CXX>:-DSWIFT_INLINE_NAMESPACE=__runtime>)
+ -DSWIFT_RUNTIME
25
+ $<$<COMPILE_LANGUAGE:C,CXX>:-DSWIFT_INLINE_NAMESPACE=__runtime>)
26
27
target_include_directories(swiftDemangling
28
PRIVATE
0 commit comments