Displaying 1 result from an estimated 1 matches for "14fa17".
Did you mean:
144317
2018 Jun 01
3
[Kaleidoscope] symbol(s) not found during compiling
...ifier.h"
"""
"""error
$ g++ -I/usr/local/opt/llvm/include -L/usr/local/opt/llvm/lib -std=c++11
k-lang.cc
Undefined symbols for architecture x86_64:
"llvm::DisableABIBreakingChecks", referenced from:
llvm::VerifyDisableABIBreakingChecks in k-lang-14fa17.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
"""
My OS is MacOS High Sierra v10.13.3
Source Codes could be viewed on: [GitHub](
https://github.com/Higuoxing/llvm-playground)
I am still trying to g...