search for: 2072b8

Displaying 1 result from an estimated 1 matches for "2072b8".

2019 Jan 09
4
Problems trying to build LLVM
...s of some large executables were killed by the OOM killer. I finally realized that I needed to build using shared libraries, and succeeded. This was in November. - I put aside my LLVM project, and just got back to it. I got stuck compiling the Kaleidoscope demo, encountering this error: /tmp/kal-2072b8.o:(.data._ZN4llvm30VerifyDisableABIBreakingChecksE+0x0): undefined reference to `llvm::DisableABIBreakingChecks' This discussion, from this mailing list, points out that I need to build LLVM with -DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=OFF. - So now I am trying to rebuild LLVM, and ran...