Re: [Xen-devel] [PATCH v3 6/7] xsm: add bodge when compiling with llvm coverage support

2018-01-24 Thread Daniel De Graaf
On 01/24/2018 05:01 AM, Roger Pau Monne wrote: llvm coverage support seems to disable some of the optimizations needed in order to compile xsm, and the end result is that references to __xsm_action_mismatch_detected are left in the object files. Since coverage support cannot be used in

[Xen-devel] [PATCH v3 6/7] xsm: add bodge when compiling with llvm coverage support

2018-01-24 Thread Roger Pau Monne
llvm coverage support seems to disable some of the optimizations needed in order to compile xsm, and the end result is that references to __xsm_action_mismatch_detected are left in the object files. Since coverage support cannot be used in production, introduce __xsm_action_mismatch_detected for