Macro KMP_PREFIX_UNDERSCORE defined only for x86, x86_64 and aarch64 architectures.
This patch defines the macro to no-op in case it was not defined previously.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Adding that “emergency definition” of KMP_PREFIX_UNDERSCORE there at line 1730 seems reasonable. Similar code appears at lines 71 and 133; the function’s overall lack of orthogonality between OS and Hardware could be addressed later. I perceive no enthusiasm for a redesign.
Comment Actions
Hi, it works fine for, not merged yet, VE architecture. Thank you for emergency patch.