You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
感谢提供。
我在mac(13.4.1 ) m1芯片的机器上尝试编译时报错了,错误信息如下:
Undefined symbols for architecture arm64:
"__ZN4llvm10AllocaInstC1EPNS_4TypeEjPNS_5ValueENS_5AlignERKNS_5TwineEPNS_11InstructionE", referenced from:
__ZN4llvm13IRBuilderBase12CreateAllocaEPNS_4TypeEPNS_5ValueERKNS_5TwineE in StringEncryption.cpp.o
__ZN4llvm13IRBuilderBase12CreateAllocaEPNS_4TypeEPNS_5ValueERKNS_5TwineE in IPObfuscationContext.cpp.o
__ZN4llvm13IRBuilderBase12CreateAllocaEPNS_4TypeEPNS_5ValueERKNS_5TwineE in MBAUtils.cpp.o
__ZN4llvm13IRBuilderBase12CreateAllocaEPNS_4TypeEPNS_5ValueERKNS_5TwineE in FlatteningEnhanced.cpp.o
"__ZN4llvm10AllocaInstC1EPNS_4TypeEjRKNS_5TwineEPNS_10BasicBlockE", referenced from:
__ZN4llvm13VMFlattenPass9DoFlattenEPNS_8FunctionEi in VMFlatten.cpp.o
"__ZN4llvm10AllocaInstC1EPNS_4TypeEjRKNS_5TwineEPNS_11InstructionE", referenced from:
__ZN4llvm14FlatteningPass7flattenERNS_8FunctionE in Flattening.cpp.o
_ZN4llvm18FlatteningEnhanced20DoFlatteningEnhancedEPNS_8FunctionEiS2 in FlatteningEnhanced.cpp.o
"_ZN4llvm10BasicBlock10moveBeforeEPS0", referenced from:
__ZN4llvm14FlatteningPass7flattenERNS_8FunctionE in Flattening.cpp.o
__ZN4llvm13VMFlattenPass9DoFlattenEPNS_8FunctionEi in VMFlatten.cpp.o
......
......
ld: symbol(s) not found for architecture arm64
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered:
感谢提供。
我在mac(13.4.1 ) m1芯片的机器上尝试编译时报错了,错误信息如下:
Undefined symbols for architecture arm64:
"__ZN4llvm10AllocaInstC1EPNS_4TypeEjPNS_5ValueENS_5AlignERKNS_5TwineEPNS_11InstructionE", referenced from:
__ZN4llvm13IRBuilderBase12CreateAllocaEPNS_4TypeEPNS_5ValueERKNS_5TwineE in StringEncryption.cpp.o
__ZN4llvm13IRBuilderBase12CreateAllocaEPNS_4TypeEPNS_5ValueERKNS_5TwineE in IPObfuscationContext.cpp.o
__ZN4llvm13IRBuilderBase12CreateAllocaEPNS_4TypeEPNS_5ValueERKNS_5TwineE in MBAUtils.cpp.o
__ZN4llvm13IRBuilderBase12CreateAllocaEPNS_4TypeEPNS_5ValueERKNS_5TwineE in FlatteningEnhanced.cpp.o
"__ZN4llvm10AllocaInstC1EPNS_4TypeEjRKNS_5TwineEPNS_10BasicBlockE", referenced from:
__ZN4llvm13VMFlattenPass9DoFlattenEPNS_8FunctionEi in VMFlatten.cpp.o
"__ZN4llvm10AllocaInstC1EPNS_4TypeEjRKNS_5TwineEPNS_11InstructionE", referenced from:
__ZN4llvm14FlatteningPass7flattenERNS_8FunctionE in Flattening.cpp.o
_ZN4llvm18FlatteningEnhanced20DoFlatteningEnhancedEPNS_8FunctionEiS2 in FlatteningEnhanced.cpp.o
"_ZN4llvm10BasicBlock10moveBeforeEPS0", referenced from:
__ZN4llvm14FlatteningPass7flattenERNS_8FunctionE in Flattening.cpp.o
__ZN4llvm13VMFlattenPass9DoFlattenEPNS_8FunctionEi in VMFlatten.cpp.o
......
......
ld: symbol(s) not found for architecture arm64
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered: