[PATCH] Fix build if LLVM_USE_INTEL_JITEVENTS is ON.

Aleksey Bader aleksey.bader at mail.ru
Thu Jul 10 02:15:41 PDT 2014


ping

On Thu, Jul 3, 2014 at 7:53 PM, Aleksey Bader <aleksey.bader at mail.ru> wrote:
> Hi,
>
> Attached patch fixes LLVM build in case we use CMake with enabled
> LLVM_USE_INTEL_JITEVENTS variable and GCC compiler.
>
> The problem is that IntelJITEvents library has unresolved symbols
> defined in DebugInfo library and it must be listed before DebugInfo,
> otherwise GCC can't find those symbols.
>
> Thanks,
> Alexey



More information about the llvm-commits mailing list