Open
Description
Have a look at this: https://llvm.org/docs/LangRef.html#runtime-preemption-specifiers
Looks like it is new in LLVM. Clang applies dso_local
to normal functions.
https://godbolt.org/g/RKDtBU
Have a look at this: https://llvm.org/docs/LangRef.html#runtime-preemption-specifiers
Looks like it is new in LLVM. Clang applies dso_local
to normal functions.
https://godbolt.org/g/RKDtBU